|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maryanovsky.map.client.osm.OsmTileLayer
public class OsmTileLayer
Implements an OpenStreetMaps.org tile layer.
| Constructor Summary | |
|---|---|
OsmTileLayer(String baseUrl,
int minZoom,
int maxZoom)
Creates a new OsmTileLayer with the specified base URL. |
|
| Method Summary | |
|---|---|
SizeView |
getTileSize()
Returns the size of the tiles. |
String |
getTileUrl(int x,
int y,
int zoom)
Returns the URL of the tile to display at the specified location (in pixels) and zoom. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OsmTileLayer(String baseUrl,
int minZoom,
int maxZoom)
OsmTileLayer with the specified base URL.
| Method Detail |
|---|
public SizeView getTileSize()
getTileSize in interface TileLayer
public String getTileUrl(int x,
int y,
int zoom)
null if there is no tile at the
specified location, if, for example, it is outside the boundaries of the
map.
getTileUrl in interface TileLayer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||