MPICameraManager

Camara manager

  • Get current camera rotation of MPIMapView

  • Get current camera tilt of MPIMapView

  • Get current camera zoom of MPIMapView

  • Get current camera position of MPIMapView

    • Sets the maximum tilt angle (in radians) the camera is allowed to use. *
    • Tilt angle must be between 0 and π/2 radians. It will be clamped within
    • this range if it exceeds it on either end. *
    • As tilt angle approaches π/2 radians, this will impact overall touch controls
    • and should be used sparingly. /// - Parameter tiltAngle: title angle in Radians /// - Parameter callback: Callback when max tilt has been set /// - Returns: Void