Type alias TCameraTarget

TCameraTarget: {
    bearing?: number;
    center?: Coordinate;
    pitch?: number;
    zoomLevel?: number;
}

Defines the target for camera operations.

Type declaration

  • Optional bearing?: number

    Bearing for the camera target in degrees.

  • Optional center?: Coordinate

    Center Coordinate for the camera target.

  • Optional pitch?: number

    Pitch for the camera target in degrees.

  • Optional zoomLevel?: number

    Zoom level for the camera target in mercator zoom levels.