A camera position object, used to move the camera to a specific position.

Export

Hierarchy

  • MPCameraPosition

Constructors

Properties

Methods

Constructors

  • Private

    Creates an instance of MPCameraPosition.

    Parameters

    • zoom: number

      The zoom level of the camera.

    • target: MPPoint

      The target of the camera.

    • tilt: number

      The camera's tilt value.

    • bearing: number

      The camera's heading.

    Returns MPCameraPosition

Properties

bearing: number

The camera's heading.

target: MPPoint

The target of the camera.

tilt: number

The camera's tilt value.

zoom: number

The zoom level of the camera.

Methods

Generated using TypeDoc