Maneuver constructor
Maneuver({})
Implementation
Maneuver({
required this.type,
required this.instruction,
required this.bearingAfter,
required this.bearingBefore,
required this.location,
this.modifier,
});