Function panCameraAroundGlobe

  • The function doing a pan in the spherical space when MapView's active [[ProjectionType]] is spherical. In other words, the function that rotates the camera around the globe.

    Parameters

    • mapView: MapView

      MapView instance.

    • fromWorld: Vector3

      Start vector representing the scene position of a geolocation.

    • toWorld: Vector3

      End vector representing the scene position of a geolocation.

    Returns void

Generated using TypeDoc