public interface TileUrlCallBack
| Modifier and Type | Method and Description |
|---|---|
String |
getTileUrl(Point point,
int zoomLevel)
Returns a string (URL) for given tile coordinate (x, y) and zoom level.
|
String getTileUrl(Point point, int zoomLevel)
point - x,y coordinateszoomLevel - zoomLevelCopyright © 2011-2014 GWT Maps API V3. All Rights Reserved.