Skip to content

GeolocatorIosActivityType

Inherits: Enum

Represents the possible iOS activity types.

Properties

  • AIRBORNE

    The location manager is being used specifically during

  • AUTOMOTIVE_NAVIGATION

    The location manager is being used specifically during vehicular

  • FITNESS

    The location manager is being used to track fitness activities such as

  • OTHER

    The location manager is being used for an unknown activity.

  • OTHER_NAVIGATION

    The location manager is being used to track movements for other types of

Properties#

AIRBORNE = 'airborne' #

The location manager is being used specifically during airborne activities.

AUTOMOTIVE_NAVIGATION = 'automotiveNavigation' #

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

FITNESS = 'fitness' #

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

OTHER = 'other' #

The location manager is being used for an unknown activity.

OTHER_NAVIGATION = 'otherNavigation' #

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