| Modifier and Type | Method and Description |
|---|---|
protected String |
GeocodingJob.buildErrorMessage(PointOfServiceModel pos,
DistanceUnawareLocation location,
GeoServiceWrapperException geoServiceWrapperException) |
| Modifier and Type | Method and Description |
|---|---|
String |
GeoWebServiceWrapper.formatAddress(Location address)
Formats the address textual information depending on the implementation
|
GPS |
GeoWebServiceWrapper.geocodeAddress(AddressData address)
Translate AddressData to IGPS using 3rd party service
|
GPS |
GeoWebServiceWrapper.geocodeAddress(Location address)
Translate IAddress to IGPS using 3rd party service
|
DistanceAndRoute |
GeoWebServiceWrapper.getDistanceAndRoute(GPS start,
Location dest)
Get distance and route that is between start GPS location and destination address
|
DistanceAndRoute |
GeoWebServiceWrapper.getDistanceAndRoute(Location start,
Location dest)
Get distance and route that is between two addressess
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoDocumentParsingException
Thrown when
GeolocationResponseParser failed with error. |
| Modifier and Type | Method and Description |
|---|---|
String |
CommerceMockGeoWebServiceWrapper.formatAddress(Location address) |
String |
GoogleMapsServiceWrapper.formatAddress(Location address) |
GPS |
CommerceMockGeoWebServiceWrapper.geocodeAddress(AddressData address) |
GPS |
GoogleMapsServiceWrapper.geocodeAddress(AddressData address) |
GPS |
GoogleMapTools.geocodeAddress(AddressData addressData) |
GPS |
CommerceMockGeoWebServiceWrapper.geocodeAddress(Location address) |
GPS |
GoogleMapsServiceWrapper.geocodeAddress(Location address) |
GPS |
GoogleMapTools.geocodeAddress(Location address) |
RouteData |
GoogleMapTools.getDistanceAndRoute(GPS start,
GPS destination) |
DistanceAndRoute |
CommerceMockGeoWebServiceWrapper.getDistanceAndRoute(GPS start,
Location destination) |
DistanceAndRoute |
GoogleMapsServiceWrapper.getDistanceAndRoute(GPS start,
Location destination) |
RouteData |
GoogleMapTools.getDistanceAndRoute(GPS start,
Location destination)
Deprecated.
Use
GoogleMapTools.getDistanceAndRoute(GPS, GPS) instead. |
DistanceAndRoute |
CommerceMockGeoWebServiceWrapper.getDistanceAndRoute(Location start,
Location destination) |
DistanceAndRoute |
GoogleMapsServiceWrapper.getDistanceAndRoute(Location start,
Location destination) |
RouteData |
GoogleMapTools.getDistanceAndRoute(Location start,
Location destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationServiceTest.testGetLocationsForSearch() |
void |
LocationServiceTest.testGetLocationsNearby() |
void |
LocationServiceTest.testGetLocationsNearbyByPostcode() |
void |
LocationServiceTest.testGetLocationsNearbyByPostcodeInputData() |
void |
LocationServiceTest.testGetLocationsNearbyByTown() |
void |
LocationServiceTest.testGetLocationsNearbyByTownInputData() |
void |
LocationServiceTest.testGetLocationsNearbyRadius() |
void |
LocationServiceTest.testGetLocationsNearbySubList() |
void |
LocationMapServiceTest.testGetMapOfLocations() |
| Modifier and Type | Method and Description |
|---|---|
protected GPS |
DefaultLocationMapService.calculateGPS(String town,
String postalCode,
String countryCode)
Method for calculating GPS coordinates based on address.
|
Copyright © 2017 SAP SE. All Rights Reserved.