Function orbitAroundScreenPoint

  • Orbits the camera around a given point on the screen.

    Parameters

    • mapView: MapView

      The MapView instance to manipulate.

    • offsetX: number

      Orbit point in NDC space.

    • offsetY: number

      Orbit point in NDC space.

    • deltaAzimuth: number

      Delta azimuth in radians.

    • deltaTilt: number

      Delta tilt in radians.

    • maxTiltAngle: number

      The maximum tilt between the camera and its target in radian.

    Returns void

    Deprecated

    Use overload with OrbitParams object parameter.

  • Orbits the camera around a given point on the screen.

    Parameters

    Returns void

Generated using TypeDoc