Package-level declarations
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, P>
This strategy computes a route along streets allowed for a selected RoutingServiceOptions connecting the starting and ending point.