public interface DistanceAndRoute
| Modifier and Type | Method and Description |
|---|---|
double |
getEagleFliesDistance()
get distance in straight line.
|
double |
getRoadDistance()
Get road distance
|
Route |
getRoute()
Get the route representation, which holds the start and destination and also all the implementation dependant data
necessary to display a route on a map
|
Route getRoute()
Routedouble getRoadDistance()
double getEagleFliesDistance()
Copyright © 2018 SAP SE. All Rights Reserved.