GroupMapData
Contains the live positioning data for all players in the group.
type GroupMapData {
group: Int
location: HoleMapLocation
lat: Float
long: Float
players: [PlayerMapData]
}
Fields
GroupMapData.group
● Int
scalar
The group number.
GroupMapData.location
● HoleMapLocation
enum
The location of the group on the hole.
GroupMapData.lat
● Float
scalar
The latitude measurement of the group location.
GroupMapData.long
● Float
scalar
The longitude measurement of the group location.
GroupMapData.players
● [PlayerMapData]
list object
Collection of players in the group.
Member of
HoleMapData
object