Stop class

A Stop represents a cluster of LocationSample which were 'close' to eachother wrt. to Time and 2D space, in a period of little- to no movement. A Stop has an assigned placeId which links it to a Place. At initialization a stop will be assigned to the 'Noise' place (with id -1), and only after all places have been identified will a Place be assigned.

Properties

arrival DateTime
no setter
datetime DateTime
no setter
departure DateTime
no setter
duration Duration
no setter
geoLocation GeoLocation
no setter
hashCode int
The hash code for this object.
no setterinherited
hourSlots List<double>
no setter
placeId int?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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