cameraOrientation property

set cameraOrientation (Point3d pos)

Set the camera orientation using heading/pitch/roll (degrees).

Heading uses the convention: 0 = North, 90 = East, 180 = South, 270 = West.

Parameters

  • pos: (Point3d) (heading, pitch, roll) in degrees.

Implementation

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