onRoute abstract method

bool onRoute(
  1. String routeId
)

Check if this position on the same route as passed.

Implementation

core.bool onRoute(core.String routeId);