public interface DistanceCalculator
| Modifier and Type | Method and Description |
|---|---|
long |
travelTimeMillis(Coordinates from,
Coordinates to)
Calculate travel time in milliseconds.
|
long travelTimeMillis(Coordinates from, Coordinates to)
from - originto - destinationDistanceCalculationException - when the distance between given coordinates cannot be calculatedCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.