HKWorkoutSessionLocationType Enum

Definition

Enumerates workout locations.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKWorkoutSessionLocationType
type HKWorkoutSessionLocationType = 
Inheritance
HKWorkoutSessionLocationType
Attributes

Fields

Indoor 2

The workout is performed indoors.

Outdoor 3

The workout is performed outdoors.

Unknown 1

It is not known whether the workout is performed indoors or outdoors.

Applies to