RoamTrackingMode class

Constructors

RoamTrackingMode.customIOS(ActivityType activityType, DesiredAccuracyIOS desiredAccuracyIOS, bool allowBackgroundLocationUpdates, bool pausesLocationUpdatesAutomatically, bool showsBackgroundLocationIndicator, int accuracyFilter, int distanceFilter, int updateInterval)
RoamTrackingMode.distance(int distanceFilter, int stopDuration, {required DesiredAccuracy desiredAccuracy})
RoamTrackingMode.time(int updateInterval, {required DesiredAccuracy desiredAccuracy})

Properties

accuracyFilter int
getter/setter pair
activityType ActivityType
getter/setter pair
allowBackgroundLocationUpdates bool
getter/setter pair
desiredAccuracy DesiredAccuracy
getter/setter pair
desiredAccuracyIOS DesiredAccuracyIOS
getter/setter pair
distanceFilter int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pausesLocationUpdatesAutomatically bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showsBackgroundLocationIndicator bool
getter/setter pair
stopDuration int
getter/setter pair
trackingOptions TrackingOptions
no setter
updateInterval int
getter/setter pair

Methods

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

Operators

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

Static Properties

ACTIVE RoamTrackingMode
final
BALANCED RoamTrackingMode
final
PASSIVE RoamTrackingMode
final