public interface GoogleMapsConfigDataParameters
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getDisclaimerURL()
Gets the URL to request url disclaimer
|
java.net.URL |
getGoogleMapsURL()
Sets the URL to request Google Static Maps API
|
java.lang.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(java.lang.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
- java.lang.String getLastUsedApiKey()
void setLastUsedApiKey(java.lang.String lastUsedApiKey)
lastUsedApiKey
- int getLastUsedZoomLvl()
void setLastUsedZoomLvl(int lastUsedZoomlvl)
lastUsedZoomlvl
- java.net.URL getGoogleMapsURL()
java.net.URL getDisclaimerURL()