Skip to main content

PlayerMapData

Contains the map data for the player.

type PlayerMapData {
player: PlayerMapSummary
currentHole: DetailedHoleScore
location: HoleMapLocation
isNextToPlay: Boolean
isOverTheBall: Boolean
}

Fields

PlayerMapData.player ● PlayerMapSummary object

The summary info for the player.

PlayerMapData.currentHole ● DetailedHoleScore object

The hole and strokes data for the players current hole.

PlayerMapData.location ● HoleMapLocation enum

The location of the group on the hole.

PlayerMapData.isNextToPlay ● Boolean scalar

Indicates if the player is the next in the group to play.

PlayerMapData.isOverTheBall ● Boolean scalar

Indicates if the player is over the ball to play their next shot.

Member of

GroupMapData object