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