precedes abstract method

bool precedes(
  1. RoutePosition another
)

Determines if position precedes another position on the route. Throws if another position belongs to another route.

Implementation

core.bool precedes(RoutePosition another);