maneuver property

  1. @BuiltValueField(wireName: r'maneuver')
DirectionsStepManeuverEnum? maneuver

Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.

Implementation

@BuiltValueField(wireName: r'maneuver')
DirectionsStepManeuverEnum? get maneuver;