Point Annotation Options
class PointAnnotationOptions : AnnotationOptions<Point, PointAnnotation>
Content copied to clipboard
Builder class from which a pointAnnotation is created.
Constructors
PointAnnotationOptions
Link copied to clipboard
fun PointAnnotationOptions()
Content copied to clipboard
Types
Functions
build
Link copied to clipboard
open override fun build(id: Long, annotationManager: AnnotationManager<Point, PointAnnotation, *, *, *, *, *>): PointAnnotation
Content copied to clipboard
getDraggable
Link copied to clipboard
getGeometry
Link copied to clipboard
withData
Link copied to clipboard
withDraggable
Link copied to clipboard
withGeometry
Link copied to clipboard
withIconAnchor
Link copied to clipboard
withIconColor
Link copied to clipboard
withIconHaloBlur
Link copied to clipboard
withIconHaloColor
Link copied to clipboard
fun withIconHaloColor(@ColorInt() iconHaloColor: Int): PointAnnotationOptions
Content copied to clipboard
withIconHaloWidth
Link copied to clipboard
withIconImage
Link copied to clipboard
withIconOffset
Link copied to clipboard
withIconOpacity
Link copied to clipboard
withIconRotate
Link copied to clipboard
withIconSize
Link copied to clipboard
withPoint
Link copied to clipboard
withSymbolSortKey
Link copied to clipboard
withTextAnchor
Link copied to clipboard
withTextColor
Link copied to clipboard
withTextField
Link copied to clipboard
withTextHaloBlur
Link copied to clipboard
withTextHaloColor
Link copied to clipboard
fun withTextHaloColor(@ColorInt() textHaloColor: Int): PointAnnotationOptions
Content copied to clipboard
withTextHaloWidth
Link copied to clipboard
withTextJustify
Link copied to clipboard
withTextLetterSpacing
Link copied to clipboard
fun withTextLetterSpacing(textLetterSpacing: Double): PointAnnotationOptions
Content copied to clipboard
withTextMaxWidth
Link copied to clipboard
withTextOffset
Link copied to clipboard
withTextOpacity
Link copied to clipboard
withTextRadialOffset
Link copied to clipboard
fun withTextRadialOffset(textRadialOffset: Double): PointAnnotationOptions
Content copied to clipboard
withTextRotate
Link copied to clipboard
withTextSize
Link copied to clipboard
withTextTransform
Link copied to clipboard
fun withTextTransform(textTransform: TextTransform): PointAnnotationOptions
Content copied to clipboard
Properties
iconAnchor
Link copied to clipboard
iconHaloBlur
Link copied to clipboard
iconHaloColor
Link copied to clipboard
iconHaloWidth
Link copied to clipboard
iconOffset
Link copied to clipboard
iconOpacity
Link copied to clipboard
iconRotate
Link copied to clipboard
symbolSortKey
Link copied to clipboard
textAnchor
Link copied to clipboard
textHaloBlur
Link copied to clipboard
textHaloColor
Link copied to clipboard
textHaloWidth
Link copied to clipboard
textJustify
Link copied to clipboard
textLetterSpacing
Link copied to clipboard
textMaxWidth
Link copied to clipboard
textOffset
Link copied to clipboard
textOpacity
Link copied to clipboard
textRadialOffset
Link copied to clipboard
textRotate
Link copied to clipboard
textTransform
Link copied to clipboard