spanIndex property

int spanIndex

Index over Section.spans indicating the first span after the maneuver point. Note: The span index for the last maneuvers (those maneuvers with maneuver action set to ManeuverAction.arrive) cannot be used, since these maneuvers are placed after the last span of the route and the span index for them would be greater than the span list size. Gets the index over Section.spans indicating the first span after the maneuver point.

Implementation

int get spanIndex;