maneuverProgress property

List<ManeuverProgress> maneuverProgress
getter/setter pair

The progress for next and next-next maneuvers (see Maneuver). Note that the list can contain at maximum two items (for next and next-next maneuvers) and one or zero when approaching the destination.

Implementation

List<ManeuverProgress> maneuverProgress;