CourseMapData
Contains the live positioning data for all holes on the course.
type CourseMapData {
courseNumber: Int
holes: [HoleMapData]
}
Fields
CourseMapData.courseNumber
● Int
scalar
The course number for the tournament.
CourseMapData.holes
● [HoleMapData]
list object
Collection of map data for each hole of the course.
Member of
CourseMap
object