public interface GoogleMapsRequestParams
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
|
boolean hasApiKey()
void setHasApiKey(boolean hasApiKey)
hasApiKey
- String getApiKey()
void setApiKey(String apiKey)
apiKey
- String getMapType()
void setMapType(String mapType)
mapType
- String getURL()
void setURL(String url)
url
- String getLanguage()
void setLanguage(String language)
language
- String getRegion()
void setRegion(String region)
region
-