CameraPosition | iOS SDK | Urbi Documentation

CameraPosition

Camera position.

public init(
    point: GeoPoint,
    zoom: Zoom,
    tilt: Tilt = Tilt(value: 0),
    bearing: Bearing = Bearing(value: 0)
)
Parameters
point
zoom
tilt
bearing
Properties

The point of the area located at the camera position point (see ICamera::position_point()).

Zoom level. 0 is the entire world inscribed in a square of 256x256 logical pixels (see LogicalPixel)

The angle of inclination of the view direction vertically.

The angle of rotation of the view direction horizontally relative to the north direction. Counted clockwise, in degrees.