Place class
A Place is a cluster of Stops found by the DBSCAN algorithm https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf
Properties
- duration → Duration
-
no setter
- geoLocation → GeoLocation?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stops
→ List<
Stop> -
no setter
Methods
-
durationForDate(
DateTime? d) → Duration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited