Package it. unibo. alchemist. model. implementations. movestrategies. routing
Types
Link copied to clipboard
This strategy ignores any information about the map, and connects the starting and ending point with a straight line using PolygonalChain.
Link copied to clipboard
class OnStreets<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : RoutingStrategy<T, GeoPosition>
Content copied to clipboard
This strategy computes a route along streets allowed for a selected RoutingServiceOptions connecting the starting and ending point.