Move class

A Move is a transfer from one Stop to another. A set of features can be derived from this such as the haversine distance between the stops, the duration of the move, and thereby also the average travel speed.

Properties

datetime DateTime
no setter
distance double?
The haversine distance through all the samples between the two stops
no setter
duration Duration
The duration of the move in milliseconds
no setter
hashCode int
The hash code for this object.
no setterinherited
meanSpeed double
The average speed when moving between the two places (m/s)
no setter
placeFrom int?
no setter
placeTo int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopFrom Stop
no setter
stopTo Stop
no setter

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.
override

Operators

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