Skip to content

ActivityTypeΒΆ

export const 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ΒΆ

Airborne activity (iOS 15+).

AutomotiveNavigationΒΆ

Automotive navigation mode.

FitnessΒΆ

Fitness-related activity.

OtherΒΆ

Default/unspecified activity.

OtherNavigationΒΆ

Non-automotive navigation mode.