MapProxy
@available(iOS 13.0, *)
@_spi(Experimental) public struct MapProxy
A proxy for access map interfaces on underlying Mapbox Map.
-
Extensive api for map camera animations.
Declaration
Swift
public var camera: CameraAnimationsManager? { get } -
Manages styles, feature queries, and other map API.
Declaration
Swift
public var map: MapboxMap? { get } -
Extensible API for driving the map camera.
Declaration
Swift
public var viewport: ViewportManager? { get } -
Handles location events on map.
Declaration
Swift
public var location: LocationManager? { get }
MapProxy Structure Reference