public class DefaultGoogleMapsRequestParams extends Object implements GoogleMapsRequestParams
| Constructor and Description |
|---|
DefaultGoogleMapsRequestParams() |
| 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 |
getRegion()
Gets the map political region
|
String |
getURL()
Gets the url to google 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 |
setRegion(String region)
Sets the map political region
|
void |
setURL(String url)
Sets the url to google maps
|
public boolean hasApiKey()
GoogleMapsRequestParamshasApiKey in interface GoogleMapsRequestParamspublic void setHasApiKey(boolean hasApiKey)
GoogleMapsRequestParamssetHasApiKey in interface GoogleMapsRequestParamspublic String getApiKey()
GoogleMapsRequestParamsgetApiKey in interface GoogleMapsRequestParamspublic void setApiKey(String apiKey)
GoogleMapsRequestParamssetApiKey in interface GoogleMapsRequestParamspublic String getMapType()
GoogleMapsRequestParamsgetMapType in interface GoogleMapsRequestParamspublic void setMapType(String mapType)
GoogleMapsRequestParamssetMapType in interface GoogleMapsRequestParamspublic String getURL()
GoogleMapsRequestParamsgetURL in interface GoogleMapsRequestParamspublic void setURL(String url)
GoogleMapsRequestParamssetURL in interface GoogleMapsRequestParamspublic String getLanguage()
GoogleMapsRequestParamsgetLanguage in interface GoogleMapsRequestParamspublic void setLanguage(String language)
GoogleMapsRequestParamssetLanguage in interface GoogleMapsRequestParamspublic String getRegion()
GoogleMapsRequestParamsgetRegion in interface GoogleMapsRequestParamspublic void setRegion(String region)
GoogleMapsRequestParamssetRegion in interface GoogleMapsRequestParams