InstructionStep class

Annotations
  • @JsonSerializable()

Constructors

InstructionStep({String? description, String? turnDirection, String? streetName, int? distance, int? cumulativeDistance, int? skyDirection, String? skyDirectionDescription, int? cumulativeTravelTime, double? latitude, double? longitude, PathAttribute? pathAttribute, String? descriptionHeading, String? trackType})
InstructionStep.fromJson(Map<String, dynamic> json)
factory

Properties

cumulativeDistance int?
getter/setter pair
cumulativeTravelTime int?
getter/setter pair
description String?
getter/setter pair
descriptionHeading String?
getter/setter pair
distance int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latitude double?
getter/setter pair
longitude double?
getter/setter pair
pathAttribute PathAttribute?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skyDirection int?
getter/setter pair
skyDirectionDescription String?
getter/setter pair
streetName String?
getter/setter pair
trackType String?
getter/setter pair
turnDirection String?
getter/setter pair

Methods

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

Operators

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

Static Methods

listFromJson(List json) List<InstructionStep>
mapFromJson(Map<String, dynamic> json) Map<String, InstructionStep>