public class GoogleGeocoderService extends Object implements GeocoderService
Constructor and Description |
---|
GoogleGeocoderService(int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
ensureInitialized() |
Coordinates |
getCoordinates(String address) |
void |
setClientId(String clientId) |
void |
setClientKey(String clientKey) |
public void setClientId(String clientId)
public void setClientKey(String clientKey)
public void ensureInitialized() throws GeocoderException
GeocoderException
public Coordinates getCoordinates(String address) throws GeocoderException
getCoordinates
in interface GeocoderService
GeocoderException
Copyright © 2019. All rights reserved.