Class GraphHopperOptions
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.RoutingServiceOptions,java.io.Serializable
public final class GraphHopperOptions implements 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGraphHopperOptions.Companion
-
Method Summary
Modifier and Type Method Description final ProfilegetProfile()final StringgetAlgorithm()-
-
Method Detail
-
getProfile
final Profile getProfile()
-
getAlgorithm
final String getAlgorithm()
-
-
-
-