public class DefaultGoogleMapsManager extends java.lang.Object implements GoogleMapsManager
| Constructor and Description |
|---|
DefaultGoogleMapsManager() |
| Modifier and Type | Method and Description |
|---|---|
GoogleMapsRequest |
createRequest(GoogleMapsRequestParams params)
Request Google Maps to get the required image
|
GoogleMapsRequestParams |
createRequestParams()
Creates a GoogleMapsRequestParams used to config a GoogleMapsRequest
|
java.lang.String |
getStreetViewApiKey() |
void |
setStreetViewApiKey(java.lang.String apiKey) |
public void setStreetViewApiKey(java.lang.String apiKey)
setStreetViewApiKey in interface GoogleMapsManagerpublic java.lang.String getStreetViewApiKey()
getStreetViewApiKey in interface GoogleMapsManagerpublic GoogleMapsRequestParams createRequestParams()
GoogleMapsManagercreateRequestParams in interface GoogleMapsManagerpublic GoogleMapsRequest createRequest(GoogleMapsRequestParams params)
GoogleMapsManagercreateRequest in interface GoogleMapsManager