GraphHopperOptions

data class GraphHopperOptions : RoutingServiceOptions<GraphHopperOptions>

Available configuration options for routing through GraphHopper. GraphHopper expects a valid profile (including information about vehicle and graph-weighting strategy) and the selction of an algorithm.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String
Link copied to clipboard
val profile: Profile