public class DefaultBingMapsMapInfo extends Object implements BingMapsMapInfo
| Constructor and Description |
|---|
DefaultBingMapsMapInfo() |
| 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
|
public URL getMapUrl()
BingMapsMapInfogetMapUrl in interface BingMapsMapInfopublic void setMapUrl(URL mapUrl)
BingMapsMapInfosetMapUrl in interface BingMapsMapInfopublic String getURLTilePattern()
BingMapsMapInfogetURLTilePattern in interface BingMapsMapInfopublic void setURLTilePattern(String urlTilePattern)
BingMapsMapInfosetURLTilePattern in interface BingMapsMapInfopublic int getMaxZoomLvl()
BingMapsMapInfogetMaxZoomLvl in interface BingMapsMapInfopublic void setMaxZoomLvl(int maxZoomLvl)
BingMapsMapInfosetMaxZoomLvl in interface BingMapsMapInfopublic List<String> getSubdomains()
BingMapsMapInfogetSubdomains in interface BingMapsMapInfopublic void setSubdomais(List<String> subdomains)
BingMapsMapInfosetSubdomais in interface BingMapsMapInfo