-
See moreAnnotationOrchestrator
provides a way to create annotation managers of different types.Declaration
Swift
public final class AnnotationOrchestrator
-
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
-
A top-level interface for annotations.
See moreDeclaration
Swift
public protocol Annotation
-
Undocumented
See moreDeclaration
Swift
public protocol AnnotationManager : AnyObject
-
Undocumented
See moreDeclaration
Swift
public struct CircleAnnotation : Annotation
-
An instance of
See moreCircleAnnotationManager
is responsible for a collection ofCircleAnnotation
s.Declaration
Swift
public class CircleAnnotationManager : AnnotationManagerInternal
-
Undocumented
See moreDeclaration
Swift
public struct PointAnnotation : Annotation
-
An instance of
See morePointAnnotationManager
is responsible for a collection ofPointAnnotation
s.Declaration
Swift
public class PointAnnotationManager : AnnotationManagerInternal
-
Undocumented
See moreDeclaration
Swift
public struct PolygonAnnotation : Annotation
-
An instance of
See morePolygonAnnotationManager
is responsible for a collection ofPolygonAnnotation
s.Declaration
Swift
public class PolygonAnnotationManager : AnnotationManagerInternal
-
Undocumented
See moreDeclaration
Swift
public struct PolylineAnnotation : Annotation
-
An instance of
See morePolylineAnnotationManager
is responsible for a collection ofPolylineAnnotation
s.Declaration
Swift
public class PolylineAnnotationManager : AnnotationManagerInternal
-
Options to configure point annotation clustering with PointAnnotationManager.
ClusterOptions exposes a minimal of configuration options, a more advanced setup can be created manually with using CircleLayer and SymbolLayers directly.
See moreDeclaration
Swift
public struct ClusterOptions : Equatable