CircleAnnotation

class CircleAnnotation(id: Long, annotationManager: AnnotationManager<Point, CircleAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point) : Annotation<Point>

Class for CircleAnnotation

Constructors

CircleAnnotation
Link copied to clipboard
fun CircleAnnotation(id: Long, annotationManager: AnnotationManager<Point, CircleAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point)

Types

Companion
Link copied to clipboard
object Companion

Static variables and methods.

Functions

getData
Link copied to clipboard
open fun getData(): JsonElement?
getJsonObjectCopy
Link copied to clipboard
fun getJsonObjectCopy(): JsonObject
getOffsetGeometry
Link copied to clipboard
open override fun getOffsetGeometry(mapCameraManagerDelegate: MapCameraManagerDelegate, moveDistancesObject: MoveDistancesObject): Point?

Get the offset geometry for the touch point

getType
Link copied to clipboard
open override fun getType(): AnnotationType

Get the type of this annotation

setData
Link copied to clipboard
open fun setData(jsonElement: JsonElement?)
setUsedDataDrivenProperties
Link copied to clipboard
open override fun setUsedDataDrivenProperties()

Set the used data-driven properties

Properties

circleBlur
Link copied to clipboard
var circleBlur: Double?

The circleBlur property

circleColorInt
Link copied to clipboard
var circleColorInt: Int?

The circleColor property in Int The fill color of the circle.

circleColorString
Link copied to clipboard
var circleColorString: String?

The circleColor property in String

circleOpacity
Link copied to clipboard
var circleOpacity: Double?

The circleOpacity property

circleRadius
Link copied to clipboard
var circleRadius: Double?

The circleRadius property

circleSortKey
Link copied to clipboard
var circleSortKey: Double?

The circleSortKey property

circleStrokeColorInt
Link copied to clipboard
var circleStrokeColorInt: Int?

The circleStrokeColor property in Int The stroke color of the circle.

circleStrokeColorString
Link copied to clipboard
var circleStrokeColorString: String?

The circleStrokeColor property in String

circleStrokeOpacity
Link copied to clipboard
var circleStrokeOpacity: Double?

The circleStrokeOpacity property

circleStrokeWidth
Link copied to clipboard
var circleStrokeWidth: Double?

The circleStrokeWidth property

featureIdentifier
Link copied to clipboard
val featureIdentifier: String
geometry
Link copied to clipboard
var geometry: Point
id
Link copied to clipboard
val id: Long
isDraggable
Link copied to clipboard
var isDraggable: Boolean
isSelected
Link copied to clipboard
var isSelected: Boolean
point
Link copied to clipboard
var point: Point

The Point of the circleAnnotation, which represents the location of the circleAnnotation on the map