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) |
void |
setUseSystemBrowser(boolean useSystemBrowser) |
boolean |
useSystemBrowser() |
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 GoogleMapsManagerpublic void setUseSystemBrowser(boolean useSystemBrowser)
setUseSystemBrowser in interface GoogleMapsManagerpublic boolean useSystemBrowser()
useSystemBrowser in interface GoogleMapsManager