Circle Annotation Options
class CircleAnnotationOptions : AnnotationOptions<Point, CircleAnnotation>
Content copied to clipboard
Builder class from which a circleAnnotation is created.
Constructors
CircleAnnotationOptions
Link copied to clipboard
fun CircleAnnotationOptions()
Content copied to clipboard
Types
Functions
build
Link copied to clipboard
open override fun build(id: Long, annotationManager: AnnotationManager<Point, CircleAnnotation, *, *, *, *, *>): CircleAnnotation
Content copied to clipboard
getDraggable
Link copied to clipboard
getGeometry
Link copied to clipboard
withCircleBlur
Link copied to clipboard
withCircleColor
Link copied to clipboard
fun withCircleColor(@ColorInt() circleColor: Int): CircleAnnotationOptions
Content copied to clipboard
withCircleOpacity
Link copied to clipboard
withCircleRadius
Link copied to clipboard
withCircleSortKey
Link copied to clipboard
withCircleStrokeColor
Link copied to clipboard
fun withCircleStrokeColor(@ColorInt() circleStrokeColor: Int): CircleAnnotationOptions
Content copied to clipboard
fun withCircleStrokeColor(circleStrokeColor: String): CircleAnnotationOptions
Content copied to clipboard
withCircleStrokeOpacity
Link copied to clipboard
fun withCircleStrokeOpacity(circleStrokeOpacity: Double): CircleAnnotationOptions
Content copied to clipboard
withCircleStrokeWidth
Link copied to clipboard
fun withCircleStrokeWidth(circleStrokeWidth: Double): CircleAnnotationOptions
Content copied to clipboard
withData
Link copied to clipboard
withDraggable
Link copied to clipboard
withGeometry
Link copied to clipboard
withPoint
Link copied to clipboard
Properties
circleBlur
Link copied to clipboard
Amount to blur the circle.
circleColor
Link copied to clipboard
The fill color of the circle.
circleOpacity
Link copied to clipboard
The opacity at which the circle will be drawn.
circleRadius
Link copied to clipboard
Circle radius.
circleSortKey
Link copied to clipboard
Sorts features in ascending order based on this value.
circleStrokeColor
Link copied to clipboard
The stroke color of the circle.
circleStrokeOpacity
Link copied to clipboard
The opacity of the circle's stroke.
circleStrokeWidth
Link copied to clipboard
The width of the circle's stroke.