Annotation
Base class for annotations
abstract class Annotation<T : Geometry>(id: Long, jsonObject: JsonObject, geometry: T)
Content copied to clipboard
Constructors
Annotation
Link copied to clipboard
fun <T : Geometry> Annotation(id: Long, jsonObject: JsonObject, geometry: T)
Content copied to clipboard
Types
Functions
equals
Link copied to clipboard
getJsonObjectCopy
Link copied to clipboard
getOffsetGeometry
Link copied to clipboard
abstract fun getOffsetGeometry(mapCameraManagerDelegate: MapCameraManagerDelegate, moveDistancesObject: MoveDistancesObject, touchAreaShiftX: Int, touchAreaShiftY: Int): T?
Content copied to clipboard
getType
Link copied to clipboard
setData
Link copied to clipboard
setUsedDataDrivenProperties
Link copied to clipboard
abstract fun setUsedDataDrivenProperties()
Content copied to clipboard
Properties
geometry
Link copied to clipboard
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