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
Declaration
Swift
var tag: Any? { get set } -
Indicates if given annotation can produce delegate call on
MapDelegateDecides if the marker is selectable. Default value istrueexceptMapPolygonOverlaywhere there is no click support yet.Declaration
Swift
var isSelectable: Bool { get set }
Annotation Protocol Reference