Skip to content

ActivityType

enum ActivityType

iOS Activity Type used with GeoConfig.activityType.

Corresponds to Apple's CLActivityType enum: https://developer.apple.com/documentation/corelocation/clactivitytype

Name Value Description
Other 1 Default/unspecified activity.
AutomotiveNavigation 2 Automotive navigation mode.
Fitness 3 Fitness-related activity.
OtherNavigation 4 Non-automotive navigation mode.
Airborne 5 Airborne activity (iOS 15+).

Members

Airborne

ActivityType.airborne

Airborne activity (iOS 15+).

AutomotiveNavigation

ActivityType.automotiveNavigation

Automotive navigation mode.

Fitness

ActivityType.fitness

Fitness-related activity.

Other

ActivityType.other

Default/unspecified activity.

OtherNavigation

ActivityType.otherNavigation

Non-automotive navigation mode.