cameraOrientation property

set cameraOrientation (Point3d pos)

Set camera orientation, with respect to surface of 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.

Throws

  • An exception if it fails.

Implementation

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