public interface CustomerLocationService
| Modifier and Type | Method and Description |
|---|---|
double |
calculateDistance(GeoPoint origin,
PointOfServiceModel pointOfServiceModel)
Calculates distance between given origin point and given point of service data object
|
UserLocationData |
getUserLocation()
Returns user stored location or null if no location found for current session user.
|
void |
setUserLocation(UserLocationData userLocationData)
Stores the information of user location.
|
void setUserLocation(UserLocationData userLocationData)
userLocationData - UserLocationData getUserLocation()
double calculateDistance(GeoPoint origin, PointOfServiceModel pointOfServiceModel)
origin - pointOfServiceModel - Copyright © 2018 SAP SE. All Rights Reserved.