Annotation

public protocol Annotation

Undocumented

  • id

    The unique identifier of the annotation.

    Declaration

    Swift

    var id: String { get }
  • The feature that is backing this annotation.

    Declaration

    Swift

    var feature: Turf.Feature { get }
  • Properties associated with the annotation.

    Declaration

    Swift

    var userInfo: [String : Any]? { get set }