tail abstract method
@brief Returns the route segment after advance meters. @param advance distance along route (meters). @return route tail segment.
Dart code snippet: @snippet route_manager_example.dart dart_RoutePath_tail
Implementation
RoutePath tail(double advance);