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()
BingMapsMapRequestParams
hasApiKey
in interface BingMapsMapRequestParams
public void setHasApiKey(boolean hasApiKey)
BingMapsMapRequestParams
setHasApiKey
in interface BingMapsMapRequestParams
public String getApiKey()
BingMapsMapRequestParams
getApiKey
in interface BingMapsMapRequestParams
public void setApiKey(String apiKey)
BingMapsMapRequestParams
setApiKey
in interface BingMapsMapRequestParams
public String getMapType()
BingMapsMapRequestParams
getMapType
in interface BingMapsMapRequestParams
public void setMapType(String mapType)
BingMapsMapRequestParams
setMapType
in interface BingMapsMapRequestParams
public String getURLMapPattern()
BingMapsMapRequestParams
getURLMapPattern
in interface BingMapsMapRequestParams
public void setURLMapPattern(String urlMapPattern)
BingMapsMapRequestParams
setURLMapPattern
in interface BingMapsMapRequestParams
public String getLanguage()
BingMapsMapRequestParams
getLanguage
in interface BingMapsMapRequestParams
public void setLanguage(String language)
BingMapsMapRequestParams
setLanguage
in interface BingMapsMapRequestParams