public interface GoogleMapsRequestParams
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiKey()
Gets the API key
|
java.lang.String |
getFormat()
Gets the format of the image to be downloaded
|
java.lang.String |
getLanguage()
Gets the map language
|
java.lang.String |
getMapType()
Gets the map type
|
java.lang.String |
getRegion()
Gets the map political region
|
java.lang.String |
getURL()
Gets the url to google maps
|
boolean |
hasApiKey()
Indicates if an API key is used
|
void |
setApiKey(java.lang.String apiKey)
Sets the API key
|
void |
setFormat(java.lang.String format)
Sets the format of the image to be downloaded
|
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 |
setRegion(java.lang.String region)
Sets the map political region
|
void |
setURL(java.lang.String url)
Sets the url to google 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 getURL()
void setURL(java.lang.String url)
url
- java.lang.String getLanguage()
void setLanguage(java.lang.String language)
language
- java.lang.String getRegion()
void setRegion(java.lang.String region)
region
- java.lang.String getFormat()
void setFormat(java.lang.String format)
region
-