distanceTo abstract method
Distance to another point on the route. Return none if point on another route. May be less 0 if position "to" stay before this position.
Implementation
core.double? distanceTo(RoutePosition to);
Distance to another point on the route. Return none if point on another route. May be less 0 if position "to" stay before this position.
core.double? distanceTo(RoutePosition to);