Class ProxyHttpTile
java.lang.Object
com.codename1.maps.Tile
com.codename1.maps.ProxyHttpTile
This Tile brings the tile image from a given http url.
-
Constructor Summary
ConstructorsConstructorDescriptionProxyHttpTile(Dimension tileSize, BoundingBox bbox, String url) Creates an Http Tile -
Method Summary
Methods inherited from class Tile
dimension, fireReady, getBoundingBox, paint, paintTileLoading, pointPosition, position, setPaintLoading, setsTileReadyListener, setTileLoadingImage, setTileLoadingText, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ProxyHttpTile
Creates an Http Tile
Parameters
-
tileSize: the tile size -
bbox: the tile bounding box -
url: the url to bring the image from
-
-
-
Method Details
-
paint
-