Annotation
abstract class Annotation<T : Geometry>(id: Long, jsonObject: JsonObject, geometry: T)
Content copied to clipboard
Base class for annotations
Constructors
Annotation
                          
                    Link copied to clipboard
                        fun <T : Geometry> Annotation(id: Long, jsonObject: JsonObject, geometry: T)
Content copied to clipboard
Types
Functions
get
                    Link copied to clipboard
                        Get a copy of jsonObject from this annotation
get
                    Link copied to clipboard
                        abstract fun getOffsetGeometry(mapCameraManagerDelegate: MapCameraManagerDelegate, moveDistancesObject: MoveDistancesObject): T?
Content copied to clipboard
Get the offset geometry for the touch point
get
                    Link copied to clipboard
                        Get the type of this annotation
set
                    Link copied to clipboard
                        abstract fun setUsedDataDrivenProperties()
Content copied to clipboard
Set the used data-driven properties
Properties
featureIdentifier
                          
                    
                  Link copied to clipboard
                        isDraggable
                          
                    Link copied to clipboard
                        isSelected
                          
                    
                  Link copied to clipboard
                        Inheritors
CircleAnnotation
                          
                    
                  Link copied to clipboard
                        PointAnnotation
                          
                    
                  Link copied to clipboard
                        PolygonAnnotation
                          
                    
                  Link copied to clipboard
                        PolylineAnnotation
                          
                    
                  Link copied to clipboard