Graph Hopper Route
class GraphHopperRoute(from: GeoPosition, to: GeoPosition, response: ERROR CLASS: Symbol not found for GHResponse) : TimedRoute<GeoPosition>
Models a route on a map, built upon the information provided by a query to GraphHopper.
Constructors
Link copied to clipboard
constructor(from: GeoPosition, to: GeoPosition, response: ERROR CLASS: Symbol not found for GHResponse)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <R> Iterable<R>.randomElement(randomGenerator: ERROR CLASS: Symbol not found for RandomGenerator): R
Returns a random element of the Iterable using the provided randomGenerator.
Link copied to clipboard