strideLengthWalkingType property

String? strideLengthWalkingType
getter/setter pair

The stride length type defined in the user's account settings for walking.

Updates to this field are currently not supported.

Optional. Possible string values are:

  • "STRIDE_LENGTH_TYPE_UNSPECIFIED" : Stride length type is not specified.
  • "STRIDE_LENGTH_TYPE_DEFAULT" : Stride length type is computed based on the user's gender and height.
  • "STRIDE_LENGTH_TYPE_MANUAL" : Stride length type is manually set by the user.
  • "STRIDE_LENGTH_TYPE_AUTO" : Stride length type is determined automatically.

Implementation

core.String? strideLengthWalkingType;