AnnotationManager

public protocol AnnotationManager : AnyObject

Undocumented

  • id

    The id of this annotation manager.

    Declaration

    Swift

    var id: String { get }
  • The id of the GeoJSONSource that this manager is responsible for.

    Declaration

    Swift

    var sourceId: String { get }
  • The id of the layer that this manager is responsible for.

    Declaration

    Swift

    var layerId: String { get }