public class DefaultBingMapsMapRequestParams extends Object implements BingMapsMapRequestParams
| Constructor and Description |
|---|
DefaultBingMapsMapRequestParams() |
| 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
|
public boolean hasApiKey()
BingMapsMapRequestParamshasApiKey in interface BingMapsMapRequestParamspublic void setHasApiKey(boolean hasApiKey)
BingMapsMapRequestParamssetHasApiKey in interface BingMapsMapRequestParamspublic String getApiKey()
BingMapsMapRequestParamsgetApiKey in interface BingMapsMapRequestParamspublic void setApiKey(String apiKey)
BingMapsMapRequestParamssetApiKey in interface BingMapsMapRequestParamspublic String getMapType()
BingMapsMapRequestParamsgetMapType in interface BingMapsMapRequestParamspublic void setMapType(String mapType)
BingMapsMapRequestParamssetMapType in interface BingMapsMapRequestParamspublic String getURLMapPattern()
BingMapsMapRequestParamsgetURLMapPattern in interface BingMapsMapRequestParamspublic void setURLMapPattern(String urlMapPattern)
BingMapsMapRequestParamssetURLMapPattern in interface BingMapsMapRequestParamspublic String getLanguage()
BingMapsMapRequestParamsgetLanguage in interface BingMapsMapRequestParamspublic void setLanguage(String language)
BingMapsMapRequestParamssetLanguage in interface BingMapsMapRequestParams