RadarStroke
Contains radar information of a stroke on course.
type RadarStroke {
launch: RadarLaunch
apex: Float
landing: RadarLanding
number: Int
classification: String
measurementId: String
}
Fields
RadarStroke.launch ● RadarLaunch object
The radar information of a stroke on course.
RadarStroke.apex ● Float scalar
The apex height.
RadarStroke.landing ● RadarLanding object
The radar landing information.
RadarStroke.number ● Int scalar
The number for the radar stroke.
RadarStroke.classification ● String scalar
The classification for radar stroke.
RadarStroke.measurementId ● String scalar
The unique ID of the measurement.
Member of
HoleStroke object