Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol Annotation
-
Undocumented
See moreDeclaration
Swift
public protocol AnnotationManager : AnyObject
-
A delegate that is called when a tap is detected on an annotation (or on several of them).
See moreDeclaration
Swift
public protocol AnnotationInteractionDelegate : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol CameraAnimator : Cancelable
-
A type that conforms to
See moreCancelable
typically represents a long running operation that can be canceled.Declaration
Swift
public protocol Cancelable : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol MapEventsObservable : AnyObject
-
Undocumented
See moreDeclaration
Swift
@objc public protocol MapInitOptionsProvider
-
Undocumented
See moreDeclaration
Swift
public protocol GestureManagerDelegate : AnyObject
-
The
See moreLocationConsumer
protocol defines a method that a class must implement to consume location updates from LocationManagerDeclaration
Swift
@objc public protocol LocationConsumer
-
The
See moreLocationPermissionsDelegate
protocol defines a set of optional methods that you can use to receive location permission events.Declaration
Swift
@objc public protocol LocationPermissionsDelegate
-
The
See moreLocationProvider
protocol defines a set of methods that a class must implement in order to serve as the location events provider.Declaration
Swift
public protocol LocationProvider
-
The
See moreLocationProviderDelegate
protocol defines a set of methods that respond to location updates from anLocationProvider
.Declaration
Swift
public protocol LocationProviderDelegate : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol TileStoreObserver : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol OrnamentOptionsProtocol
-
Undocumented
See moreDeclaration
Swift
public protocol Layer : StyleDecodable, StyleEncodable, Decodable, Encodable
-
Undocumented
See moreDeclaration
Swift
public protocol Source : StyleDecodable, StyleEncodable, Decodable, Encodable
-
Undocumented
See moreDeclaration
Swift
public protocol StyleEncodable
-
Undocumented
See moreDeclaration
Swift
public protocol StyleDecodable
-
Undocumented
See moreDeclaration
Swift
public protocol ExpressionArgumentConvertible