CircleAnnotation

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

Class for CircleAnnotation

Constructors

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

Types

Link copied to clipboard
object Companion

Static variables and methods.

Functions

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

Get the offset geometry for the touch point

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

Get the type of this annotation

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

Set the used data-driven properties

Properties

Link copied to clipboard

The circleBlur property

Link copied to clipboard

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

Link copied to clipboard

The circleColor property in String

Link copied to clipboard

The circleOpacity property

Link copied to clipboard

The circleRadius property

Link copied to clipboard

The circleSortKey property

Link copied to clipboard

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

Link copied to clipboard

The circleStrokeColor property in String

Link copied to clipboard

The circleStrokeOpacity property

Link copied to clipboard

The circleStrokeWidth property

Link copied to clipboard
var geometry: Point
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var point: Point

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