ActivityType enum
Values
- OTHER → const ActivityType
-
positioning in activities that are not covered by one of the other activity types. Includes activities without a specific user intention; for example, positioning while the user sits on a bench interacting with the device
- AUTOMOTIVE → const ActivityType
-
positioning in an automobile following a road network
- FITNESS → const ActivityType
-
Positioning in dedicated fitness sessions, e.g. walking, workouts, running workouts, cycling workouts, etc
- NAVIGATION → const ActivityType
-
Positioning for transportation that does not or may not adhere to roads such as cycling, scooters, trains, boats and off-road vehicles; also for positioning indoors and outdoors that isn’t tied to a dedicated fitness session, e.g. walking
- AIRBORNE → const ActivityType
-
positioning for activities in the air, e.g. flying in an airplane or helicopter, paragliding, flying on a drone, skydiving, etc. Also includes runway taxiing
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 -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ActivityType> - A constant List of the values in this enum, in order of their declaration.