public class DefaultGoogleMapsManager extends 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
|
String |
getStreetViewApiKey() |
void |
setStreetViewApiKey(String apiKey) |
public void setStreetViewApiKey(String apiKey)
setStreetViewApiKey in interface GoogleMapsManagerpublic String getStreetViewApiKey()
getStreetViewApiKey in interface GoogleMapsManagerpublic GoogleMapsRequestParams createRequestParams()
GoogleMapsManagercreateRequestParams in interface GoogleMapsManagerpublic GoogleMapsRequest createRequest(GoogleMapsRequestParams params)
GoogleMapsManagercreateRequest in interface GoogleMapsManager