cameraOrientation property

set cameraOrientation (Point3d pos)

Sets the camera orientation, with respect to the surface of the focused sphere and current camera position, using heading in degrees (0=N, 90=E, 180=S, 270=W).

Parameters

  • IN pos Point3d representing the desired heading, pitch, and roll.

Implementation

set cameraOrientation(final Point3d pos) {
  objectMethod(_pointerId, 'MapCamera', 'setCameraOrientation', args: pos);
}