Graph Hopper Route
class GraphHopperRoute(from: GeoPosition, to: GeoPosition, response: GHResponse) : TimedRoute<GeoPosition>
Content copied to clipboard
Models a route on a map, built upon the information provided by a query to GraphHopper.
Constructors
Link copied to clipboard
fun GraphHopperRoute(from: GeoPosition, to: GeoPosition, response: GHResponse)
Content copied to clipboard