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, toString
-
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
-