cameraPosition property
set
cameraPosition
(Coordinates pos)
Sets the camera's longitude, latitude position in degrees, with respect to the surface of the focused sphere, altitude in meters above the 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.
Implementation
set cameraPosition(final Coordinates pos) {
objectMethod(_pointerId, 'MapCamera', 'setCameraPosition', args: pos);
}