RouteSegments typedef

RouteSegments = List<SegmentCoordinates>

A list of route segments representing a complete route.

Implementation

typedef RouteSegments = List<SegmentCoordinates>;