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