Interface Router

    • Method Detail

      • getPath

        List<Coordinates> getPath​(Coordinates from,
                                  Coordinates to)
        Get path between two locations.
        Parameters:
        from - starting location
        to - destination
        Returns:
        list of coordinates describing the path between given locations.