OsrmStepManeuver class
OsrmStepManeuver class for a step maneuver
Constructors
- OsrmStepManeuver({OsrmCoordinate? location, num? bearingBefore, num? bearingAfter, String? type, String? modifier, num? exit, String? instruction, String? streetName, String? rotaryName, String? exitName})
-
OsrmStepManeuver.fromMap(Map<
String, dynamic> json) -
fromMap method to get the OsrmStepManeuver from a json map
factory
Properties
- bearingAfter → num?
-
bearingAfter The clockwise angle from true north to the direction of travel immediately after the maneuver.
final
- bearingBefore → num?
-
bearingBefore The clockwise angle from true north to the direction of travel immediately before the maneuver.
final
- exit → num?
-
exit An optional integer indicating the exit number or name of the roundabout exit.
final
- exitName → String?
-
exitName A string indicating the name of the exit.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instruction → String?
-
instruction A string indicating the verbal instruction to be announced just before the maneuver.
final
- location → OsrmCoordinate?
-
location A OsrmCoordinate object representing the location of the turn.
final
- modifier → String?
-
modifier An optional string indicating the direction change of the maneuver.
final
- rotaryName → String?
-
rotaryName A string with the name of the rotary.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streetName → String?
-
streetName A string indicating the name of the street to turn onto in order to complete the maneuver.
final
- type → String?
-
type A string indicating the type of maneuver.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toMap method to get the OsrmStepManeuver as a json map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited