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
read / write
expectedTravelTime double
read / write
hashCode int
The hash code for this object.
read-onlyinherited
instructions String
read / write
name String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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