TrackingProfile enum
The enum TrackingProfile defines a set of possible values for the geofencing tracking profile.
It represents the different tracking modes supported by the plugin.
Values
- liveTracking → const TrackingProfile
-
In the
TrackingProfileenum,liveTrackingrepresents a mode where location is tracked in real time. - passiveTracking → const TrackingProfile
-
passiveTrackingrepresents a mode where location is tracked passively to save battery. - visitsTracking → const TrackingProfile
-
visitsTrackingrepresents a mode optimized for detecting place visits. - beaconTracking → const TrackingProfile
-
beaconTrackingrepresents a mode for tracking based on beacons. - optimalPassiveTracking → const TrackingProfile
-
optimalPassiveTrackingrepresents a mode combining battery optimization and tracking accuracy. - invalid → const TrackingProfile
-
invalidrepresents an invalid or unrecognized tracking profile.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
Converts the enum value into its corresponding string representation.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TrackingProfile> - A constant List of the values in this enum, in order of their declaration.