Class CLActivityType


  • public final class CLActivityType
    extends java.lang.Object
    CLActivityType Discussion: Expected user activity for the lifetime of the corresponding CLLocationManager instance. Used to optimize the positioning experience delivered to this CLLocationManager instance for the expected activity.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Airborne
      adhere to roads such as cycling, scooters, trains, boats and off-road vehicles; also for positioning indoors and outdoors that isn’t tied to a dedicated fitness session, e.g. walking
      static long AutomotiveNavigation
      positioning in an automobile following a road network
      static long Fitness
      positioning in dedicated fitness sessions, e.g. walking
      static long Other
      positioning in activities that are not covered by one of
      static long OtherNavigation
      positioning for transportation that does not or may not
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Other

        public static final long Other
        positioning in activities that are not covered by one of
        See Also:
        Constant Field Values
      • AutomotiveNavigation

        public static final long AutomotiveNavigation
        positioning in an automobile following a road network
        See Also:
        Constant Field Values
      • Fitness

        public static final long Fitness
        positioning in dedicated fitness sessions, e.g. walking
        See Also:
        Constant Field Values
      • OtherNavigation

        public static final long OtherNavigation
        positioning for transportation that does not or may not
        See Also:
        Constant Field Values
      • Airborne

        public static final long Airborne
        adhere to roads such as cycling, scooters, trains, boats and off-road vehicles; also for positioning indoors and outdoors that isn’t tied to a dedicated fitness session, e.g. walking
        See Also:
        Constant Field Values