MobilityContext class

Daily mobility context.

All Stops and Moves are on the same date. places are all places for which the duration on the given date is greater than 0.

Properties

contexts List<MobilityContext>?
getter/setter pair
date DateTime
no setter
distanceTravelled double?
Distance travelled today in meters.
no setter
entropy double?
Location entropy.
no setter
hashCode int
The hash code for this object.
no setterinherited
homePlace Place?
Home place. Returns null if home cannot be found from the available data.
no setter
homeStay double?
Home Stay Percentage today. A scalar between 0 and 1. Returns null if cannot be calculated based on the available data.
no setter
locationVariance double?
Location variance today.
no setter
moves List<Move>
Moves today.
no setter
normalizedEntropy double?
Normalized location entropy. A scalar between 0 and 1.
no setter
numberOfSignificantPlaces int
Number of significant places visited today.
no setter
places List<Place>
Places today.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
significantPlaces List<Place>
All significant places, i.e. places with a minimum stay duration.
no setter
stops List<Stop>
Stops today.
no setter
timestamp DateTime
Timestamp at which the features were computed
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.
inherited

Operators

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