public interface GeoWebServiceWrapper
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatAddress(Location address)
Formats the address textual information depending on the implementation
|
GPS |
geocodeAddress(AddressData address)
Translate AddressData to IGPS using 3rd party service
|
GPS |
geocodeAddress(Location address)
Translate IAddress to IGPS using 3rd party service
|
DistanceAndRoute |
getDistanceAndRoute(GPS start,
Location dest)
Get distance and route that is between start GPS location and destination address
|
DistanceAndRoute |
getDistanceAndRoute(Location start,
Location dest)
Get distance and route that is between two addresses
|
GPS geocodeAddress(Location address)
address - GeoServiceWrapperExceptionGPS geocodeAddress(AddressData address)
address - GeoServiceWrapperExceptionDistanceAndRoute getDistanceAndRoute(Location start, Location dest)
start - Locationdest - LocationDistanceAndRouteGeoServiceWrapperExceptionDistanceAndRoute getDistanceAndRoute(GPS start, Location dest)
start - GPSdest - LocationDistanceAndRouteGeoServiceWrapperExceptionjava.lang.String formatAddress(Location address)
address - LocationStringGeoServiceWrapperExceptionCopyright © 2018 SAP SE. All Rights Reserved.