GolfExerciseTypeConfig.GolfShotTrackingPlaceInfo


class GolfExerciseTypeConfig.GolfShotTrackingPlaceInfo


The tracking information for a golf shot used in GolfExerciseTypeConfig. It is the semantic location of a user while golfing to assist golf swing activity recognition algorithms.

Summary

Public companion properties

GolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from the fairway.

GolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from the putting green.

GolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from the tee box area.

GolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from an unspecified place.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int

Public companion properties

GOLF_SHOT_TRACKING_PLACE_INFO_FAIRWAY

val GOLF_SHOT_TRACKING_PLACE_INFO_FAIRWAYGolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from the fairway.

GOLF_SHOT_TRACKING_PLACE_INFO_PUTTING_GREEN

val GOLF_SHOT_TRACKING_PLACE_INFO_PUTTING_GREENGolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from the putting green.

GOLF_SHOT_TRACKING_PLACE_INFO_TEE_BOX

val GOLF_SHOT_TRACKING_PLACE_INFO_TEE_BOXGolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from the tee box area.

GOLF_SHOT_TRACKING_PLACE_INFO_UNSPECIFIED

val GOLF_SHOT_TRACKING_PLACE_INFO_UNSPECIFIEDGolfExerciseTypeConfig.GolfShotTrackingPlaceInfo

The golf shot is being taken from an unspecified place.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

placeInfoId

Added in 1.0.0
val placeInfoIdInt