public interface GoogleMapsConfigDataParameters
Modifier and Type | Method and Description |
---|---|
URL |
getGoogleMapsURL()
Sets the URL to request Google Static Maps API
|
String |
getLastUsedApiKey()
Returns last used api key, if exists.
|
int |
getLastUsedZoomLvl()
Returns last used maximun zoom level, if exists.
|
void |
setConfig(DynObject config)
Sets the plugin configuration to be readed and updated
|
void |
setLastUsedApiKey(String lastUsedApiKey)
Updates last used api key to be user in posterior uses
|
void |
setLastUsedZoomLvl(int lastUsedZoomlvl)
Updates last used maximun zoom level to be user in posterior uses
|
void setConfig(DynObject config)
config
- String getLastUsedApiKey()
void setLastUsedApiKey(String lastUsedApiKey)
lastUsedApiKey
- int getLastUsedZoomLvl()
void setLastUsedZoomLvl(int lastUsedZoomlvl)
lastUsedZoomlvl
- URL getGoogleMapsURL()