public final class CLActivityType
extends java.lang.Object
Discussion: Expected user activity for the lifetime of the corresponding CLLocationManager instance. Used to optimize the positioning experience delivered to this CLLocationManager instance for the expected activity.
| Modifier and Type | Field and Description |
|---|---|
static long |
Airborne
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.
|
static long |
AutomotiveNavigation
positioning in an automobile following a road network
|
static long |
Fitness
positioning in dedicated fitness sessions, e.g.
|
static long |
Other
positioning in activities that are not covered by one of
|
static long |
OtherNavigation
positioning for transportation that does not or may not
|
public static final long Other
public static final long AutomotiveNavigation
public static final long Fitness
public static final long OtherNavigation
public static final long Airborne