public interface BingMapsMapInfo
Modifier and Type | Method and Description |
---|---|
URL |
getMapUrl()
Gets the map url
|
int |
getMaxZoomLvl()
Gets maximum zoom level for this map
|
List<String> |
getSubdomains()
Gets possible subdomains where tile data can be find
|
String |
getURLTilePattern()
Gets the url pattern to Bing maps tiles
|
void |
setMapUrl(URL mapUrl)
Sets the map url
|
void |
setMaxZoomLvl(int maxZoomLvl)
Sets maximum zoom level for this map
|
void |
setSubdomais(List<String> subdomains)
Sets possible subdomains where tile data can be find
|
void |
setURLTilePattern(String urlTilePattern)
Sets the url pattern to Bing maps tiles
|
URL getMapUrl()
void setMapUrl(URL mapUrl)
mapUrl
- String getURLTilePattern()
void setURLTilePattern(String urlTilePattern)
urlTilePattern
- int getMaxZoomLvl()
void setMaxZoomLvl(int maxZoomLvl)
maxZoomLvl
- List<String> getSubdomains()