Circle Annotation
class CircleAnnotation(id: Long, annotationManager: AnnotationManager<Point, CircleAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point) : Annotation<Point>
Content copied to clipboard
Class for CircleAnnotation
Constructors
CircleAnnotation
Link copied to clipboard
fun CircleAnnotation(id: Long, annotationManager: AnnotationManager<Point, CircleAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point)
Content copied to clipboard
Types
Functions
getJsonObjectCopy
Link copied to clipboard
getOffsetGeometry
Link copied to clipboard
open override fun getOffsetGeometry(mapCameraManagerDelegate: MapCameraManagerDelegate, moveDistancesObject: MoveDistancesObject): Point?
Content copied to clipboard
getType
Link copied to clipboard
setUsedDataDrivenProperties
Link copied to clipboard
open override fun setUsedDataDrivenProperties()
Content copied to clipboard
Properties
circleBlur
Link copied to clipboard
The circleBlur propertyAmount to blur the circle.
circleColorInt
Link copied to clipboard
The circleColor property in Int The fill color of the circle.
circleColorString
Link copied to clipboard
The circleColor property in StringThe fill color of the circle.
circleOpacity
Link copied to clipboard
The circleOpacity propertyThe opacity at which the circle will be drawn.
circleRadius
Link copied to clipboard
The circleRadius propertyCircle radius.
circleSortKey
Link copied to clipboard
The circleSortKey propertySorts features in ascending order based on this value.
circleStrokeColorInt
Link copied to clipboard
The circleStrokeColor property in Int The stroke color of the circle.
circleStrokeColorString
Link copied to clipboard
The circleStrokeColor property in StringThe stroke color of the circle.
circleStrokeOpacity
Link copied to clipboard
The circleStrokeOpacity propertyThe opacity of the circle's stroke.
circleStrokeWidth
Link copied to clipboard
The circleStrokeWidth propertyThe width of the circle's stroke.
featureIdentifier
Link copied to clipboard
isDraggable
Link copied to clipboard
isSelected
Link copied to clipboard