cameraPosition property

set cameraPosition (Coordinates pos)

Set camera longitude, latitude position in degrees, with respect to surface of focused sphere, altitude in meters above sphere (sea level), oriented toward the center of the sphere, north up.

Parameters

  • IN pos Coordinates representing the desired longitude, latitude and altitude of the camera.

Throws

  • An exception if it fails.

Implementation

set cameraPosition(final Coordinates pos) {
  objectMethod(_pointerId, 'MapCamera', 'setCameraPosition', args: pos);
}