AnnotationOptions

public struct AnnotationOptions : Equatable

Configuration options for the AnnotationManager

  • The LayerPosition used to position the underlying style layers. Default will position the layers above existing layers.

    Declaration

    Swift

    public var layerPosition: LayerPosition
  • The source identifier for the layer used by the AnnotationManager. Default is nil, meaning a default identifier will be used.

    Declaration

    Swift

    public var sourceId: String?