Package it.unibo.alchemist.model.implementations.routingservices

Types

Link copied to clipboard
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.

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.