public interface Geocoder
Wrapper interface for geocoding services
Modifier and Type | Method and Description |
---|---|
StreetAddress |
geoCode(String sFullAddress)
Get an StreetAddress object from an address string
|
StreetAddress |
reverseGeoCode(float fLat,
float fLng)
Get an StreetAddress object from an latitude and longitude
|
StreetAddress geoCode(String sFullAddress) throws GeocodingException
sFullAddress
- String Address to be geocodedGeocodingException
StreetAddress reverseGeoCode(float fLat, float fLng) throws GeocodingException
fLat
- float LatitudefLng
- float LongitudeGeocodingException
Copyright © 2001–2019 KnowGate. All rights reserved.