Skip to content

GeolocatorIosActivityType

GeolocatorIosActivityType #

Bases: Enum

Represents the possible iOS activity types.

AIRBORNE #

AIRBORNE = 'airborne'

The location manager is being used specifically during airborne activities.

AUTOMOTIVE_NAVIGATION #

AUTOMOTIVE_NAVIGATION = 'automotiveNavigation'

The location manager is being used specifically during vehicular navigation to track location changes to the automobile.

FITNESS #

FITNESS = 'fitness'

The location manager is being used to track fitness activities such as walking, running, cycling, and so on.

OTHER #

OTHER = 'other'

The location manager is being used for an unknown activity.

OTHER_NAVIGATION #

OTHER_NAVIGATION = 'otherNavigation'

The location manager is being used to track movements for other types of vehicular navigation that are not automobile related.