makeRoute abstract method

RoutePath makeRoute(
  1. LocationPoint from,
  2. LocationPoint to
)

@brief Method is used to build a route between points about evaluated @see RoutePath "RoutePath" from your position to target point. @param from starting @see LocationPoint "LocationPoint". @param to destination @see LocationPoint "LocationPoint". @return @see RoutePath "RoutePath" from starting to destination point.

Dart code snippet: @snippet route_manager_example.dart dart_RouteManager_makeRoute

Implementation

RoutePath makeRoute(LocationPoint from, LocationPoint to);