public interface BingMapsMapRequestParams
Modifier and Type | Method and Description |
---|---|
String |
getApiKey()
Gets the API key
|
String |
getLanguage()
Gets the map language
|
String |
getMapType()
Gets the map type
|
String |
getURLMapPattern()
Gets the url pattern to Bing maps
|
boolean |
hasApiKey()
Indicates if an API key is used
|
void |
setApiKey(String apiKey)
Sets the API key
|
void |
setHasApiKey(boolean hasApiKey)
Sets if an API key is used
|
void |
setLanguage(String language)
Sets the map language
|
void |
setMapType(String mapType)
Sets the map type
|
void |
setURLMapPattern(String urlMapPattern)
Sets the url pattern to Bing maps
|
boolean hasApiKey()
void setHasApiKey(boolean hasApiKey)
hasApiKey
- String getApiKey()
void setApiKey(String apiKey)
apiKey
- String getMapType()
void setMapType(String mapType)
mapType
- String getURLMapPattern()
void setURLMapPattern(String urlMapPattern)
urlMapPattern
- String getLanguage()
void setLanguage(String language)
language
-