HoleMapLocation
Enum representing the different types of play for a round.
enum HoleMapLocation {
  TEE
  FAIRWAY
  GREEN
}
Values
HoleMapLocation.TEE
Tee box for the current hole.
HoleMapLocation.FAIRWAY
Fairway, including rough and other non-tee and non-green locations.
HoleMapLocation.GREEN
Green, including fringe.
Member of
GroupMapData  object ● PlayerMapData  object