public class DefaultGoogleMapsRequestParams extends java.lang.Object implements GoogleMapsRequestParams
| Constructor and Description |
|---|
DefaultGoogleMapsRequestParams() |
| 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
|
public boolean hasApiKey()
GoogleMapsRequestParamshasApiKey in interface GoogleMapsRequestParamspublic void setHasApiKey(boolean hasApiKey)
GoogleMapsRequestParamssetHasApiKey in interface GoogleMapsRequestParamspublic java.lang.String getApiKey()
GoogleMapsRequestParamsgetApiKey in interface GoogleMapsRequestParamspublic void setApiKey(java.lang.String apiKey)
GoogleMapsRequestParamssetApiKey in interface GoogleMapsRequestParamspublic java.lang.String getMapType()
GoogleMapsRequestParamsgetMapType in interface GoogleMapsRequestParamspublic void setMapType(java.lang.String mapType)
GoogleMapsRequestParamssetMapType in interface GoogleMapsRequestParamspublic java.lang.String getURL()
GoogleMapsRequestParamsgetURL in interface GoogleMapsRequestParamspublic void setURL(java.lang.String url)
GoogleMapsRequestParamssetURL in interface GoogleMapsRequestParamspublic java.lang.String getLanguage()
GoogleMapsRequestParamsgetLanguage in interface GoogleMapsRequestParamspublic void setLanguage(java.lang.String language)
GoogleMapsRequestParamssetLanguage in interface GoogleMapsRequestParamspublic java.lang.String getRegion()
GoogleMapsRequestParamsgetRegion in interface GoogleMapsRequestParamspublic void setRegion(java.lang.String region)
GoogleMapsRequestParamssetRegion in interface GoogleMapsRequestParamspublic java.lang.String getFormat()
GoogleMapsRequestParamsgetFormat in interface GoogleMapsRequestParamspublic void setFormat(java.lang.String format)
GoogleMapsRequestParamssetFormat in interface GoogleMapsRequestParams