StepManeuver constructor

StepManeuver({
  1. double? degree,
  2. LatLng? location,
  3. double? bearingBefore,
  4. double? bearingAfter,
  5. String? instruction,
  6. String? type,
  7. String? modifier,
  8. int? exit,
})

Implementation

StepManeuver(
    {this.degree,
    this.location,
    this.bearingBefore,
    this.bearingAfter,
    this.instruction,
    this.type,
    this.modifier,
    this.exit});