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'
  
      class-attribute
      instance-attribute
  
#
    The location manager is being used specifically during airborne activities.
AUTOMOTIVE_NAVIGATION = 'automotiveNavigation'
  
      class-attribute
      instance-attribute
  
#
    The location manager is being used specifically during vehicular navigation to track location changes to the automobile.
FITNESS = 'fitness'
  
      class-attribute
      instance-attribute
  
#
    The location manager is being used to track fitness activities such as walking, running, cycling, and so on.
OTHER = 'other'
  
      class-attribute
      instance-attribute
  
#
    The location manager is being used for an unknown activity.
OTHER_NAVIGATION = 'otherNavigation'
  
      class-attribute
      instance-attribute
  
#
    The location manager is being used to track movements for other types of vehicular navigation that are not automobile related.