Annotation

public protocol Annotation : AnyObject

Base protocol for any Annotation: polygon, line, circle, marker etc.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • annotation unique id

    Declaration

    Swift

    var annotationId: String { get }
  • tag

    tag

    Declaration

    Swift

    var tag: Any? { get set }