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, defaultOptions: GraphHopperOptions) : RoutingService<GeoPosition, GraphHopperOptions>

RoutingService implementation based on GraphHopper.