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
Part of the icon placed closest to the anchor.
iconHaloBlur
Link copied to clipboard
Fade out the halo towards the outside.
iconHaloColor
Link copied to clipboard
The color of the icon's halo.
iconHaloWidth
Link copied to clipboard
Distance of halo to the icon outline.
iconOffset
Link copied to clipboard
Offset distance of icon from its anchor.
iconOpacity
Link copied to clipboard
The opacity at which the icon will be drawn.
iconRotate
Link copied to clipboard
Rotates the icon clockwise.
symbolSortKey
Link copied to clipboard
Sorts features in ascending order based on this value.
textAnchor
Link copied to clipboard
Part of the text placed closest to the anchor.
textHaloBlur
Link copied to clipboard
The halo's fadeout distance towards the outside.
textHaloColor
Link copied to clipboard
The color of the text's halo, which helps it stand out from backgrounds.
textHaloWidth
Link copied to clipboard
Distance of halo to the font outline.
textJustify
Link copied to clipboard
Text justification options.
textLetterSpacing
Link copied to clipboard
Text tracking amount.
textMaxWidth
Link copied to clipboard
The maximum line width for text wrapping.
textOffset
Link copied to clipboard
Offset distance of text from its anchor.
textOpacity
Link copied to clipboard
The opacity at which the text will be drawn.
textRadialOffset
Link copied to clipboard
Radial offset of text, in the direction of the symbol's anchor.
textRotate
Link copied to clipboard
Rotates the text clockwise.
textTransform
Link copied to clipboard
Specifies how to capitalize text, similar to the CSS
text-transform
property.