public interface Router
| Modifier and Type | Method and Description |
|---|---|
List<Coordinates> |
getPath(Coordinates from,
Coordinates to)
Get path between two locations.
|
List<Coordinates> getPath(Coordinates from, Coordinates to)
from - starting locationto - destinationCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.