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
getJsonObjectCopy
Link copied to clipboard
getOffsetGeometry
Link copied to clipboard
abstract fun getOffsetGeometry(mapCameraManagerDelegate: MapCameraManagerDelegate, moveDistancesObject: MoveDistancesObject): T?
Content copied to clipboard
getType
Link copied to clipboard
setUsedDataDrivenProperties
Link copied to clipboard
abstract fun setUsedDataDrivenProperties()
Content copied to clipboard
Properties
featureIdentifier
Link copied to clipboard
Unique feature identifier.
isDraggable
Link copied to clipboard
Whether this annotation is draggable
isSelected
Link copied to clipboard
Whether or not this annotation has been selected, either via a tap gesture or programmatically.
Inheritors
CircleAnnotation
Link copied to clipboard
PointAnnotation
Link copied to clipboard
PolygonAnnotation
Link copied to clipboard
PolylineAnnotation
Link copied to clipboard