pitch property

double? pitch
getter/setter pair

Pitch (degree). Rotation about the lateral axis or the angle between the horizontal plane and the plane parallel to the ground. If available, the value is guaranteed to be in the range [-180,180]; positive value means that the horizontal plane is tilted up, negative value means that the horizontal plane is tilted down, and zero means that the planes are parallel. If not available, the value is null.

Implementation

double? pitch;