Package-level declarations

Types

Link copied to clipboard

Available configuration options for routing through GraphHopper. GraphHopper expects a valid profile (including information about vehicle and graph-weighting strategy), a vehicleClass defining which roads are accessible by the vehicle, and the selction of an algorithm.

Link copied to clipboard
class GraphHopperRoutingService @JvmOverloads constructor(map: URL, workingDirectory: File = defaultWorkingDirectory(map.openStream()), val defaultOptions: GraphHopperOptions = Companion.defaultOptions) : RoutingService<GeoPosition, GraphHopperOptions>

RoutingService implementation based on GraphHopper.