Annotation
public protocol Annotation
                Base protocol for any Annotation: polygon, line, circle, marker etc.
- 
                  
                  
annotation unique id
Declaration
Swift
var annotationID: String { get } - 
                  
                  
tag
Declaration
Swift
var tag: String? { 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 } 
        
 
          TomTom SDK for iOS (0.40.0)
        
          Annotation