head abstract method
@brief Returns the leading segment of the route up to advance meters. @param advance distance along route (meters). @return route head segment.
Dart code snippet: @snippet route_manager_example.dart dart_RoutePath_head
Implementation
RoutePath head(double advance);