MPICameraTransform

public class MPICameraTransform
  • Get current camera rotation of MPIMapView

    Declaration

    Swift

    public internal(set) var rotation: Double { get }
  • Get current camera tilt of MPIMapView

    Declaration

    Swift

    public internal(set) var tilt: Double { get }
  • Get current camera zoom of MPIMapView

    Declaration

    Swift

    public internal(set) var zoom: Double { get }
  • Get current camera position of MPIMapView

    Declaration

    Swift

    public var position: MPIMap.MPICoordinate? { get }