LegStep class

Constructors

LegStep({double? distance, double? duration, String? geometry, String? name, String? destinations, String? mode, String? pronunciation, String? rotaryName, String? rotaryPronunciation, StepManeuver? maneuver, List<VoiceInstructions>? voiceInstructions, String? drivingSide, double? weight, List<StepIntersection>? intersections, String? exits, String? ref})

Properties

destinations String?
final
distance double?
final
drivingSide String?
final
duration double?
final
exits String?
final
geometry String?
final
hashCode int
The hash code for this object.
no setterinherited
intersections List<StepIntersection>?
final
maneuver StepManeuver?
final
mode String?
final
name String?
final
pronunciation String?
final
ref String?
final
rotaryName String?
final
rotaryPronunciation String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voiceInstructions List<VoiceInstructions>?
final
weight double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic> map) LegStep