@FunctionalInterface public interface DistanceMap
| Modifier and Type | Method and Description |
|---|---|
long |
distanceTo(PlanningLocation location)
Get distance from a reference location to the given location.
|
long distanceTo(PlanningLocation location)
location - location the distance of which will be returnedCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.