RouteStep class

A RouteStep object represents a single distinct maneuver along a route and the approach to the next maneuver. The route step object corresponds to a single instruction the user must follow to complete a portion of the route. For example, a step might require the user to turn then follow a road.

Constructors

RouteStep(String? name, String? instructions, double? distance, double? expectedTravelTime)
RouteStep.fromJson(Map<String, dynamic> json)

Properties

distance double?
getter/setter pair
expectedTravelTime double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instructions String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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