cameraBearingInDegrees property
Camera bearing in degrees. The direction in which the camera will point in degrees clockwise, relative to true North. The input should range between [0, 360]. Defaults to true North (0 degrees). Gets the current camera bearing.
Implementation
double get cameraBearingInDegrees;
Camera bearing in degrees. The direction in which the camera will point in degrees clockwise, relative to true North. The input should range between [0, 360]. Defaults to true North (0 degrees). Sets camera bearing.
Implementation
set cameraBearingInDegrees(double value);