points property
List<LocationPoint>
get
points
@brief List of consecutive points. @see LocationPoint.
@note points could be on different sublocations if target sublocation is different from the starting one
Dart code snippet: @snippet route_manager_example.dart dart_RoutePath_getPoints
Implementation
List<LocationPoint> get points;