Point Annotation
class PointAnnotation(id: Long, annotationManager: AnnotationManager<Point, PointAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point) : Annotation<Point>
Content copied to clipboard
Class for PointAnnotation
Constructors
PointAnnotation
Link copied to clipboard
fun PointAnnotation(id: Long, annotationManager: AnnotationManager<Point, PointAnnotation, *, *, *, *, *>, 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
iconAnchor
Link copied to clipboard
The iconAnchor propertyPart of the icon placed closest to the anchor.
iconColorInt
Link copied to clipboard
The iconColor property in Int The color of the icon.
iconColorString
Link copied to clipboard
The iconColor property in StringThe color of the icon.
iconHaloBlur
Link copied to clipboard
The iconHaloBlur propertyFade out the halo towards the outside.
iconHaloColorInt
Link copied to clipboard
The iconHaloColor property in Int The color of the icon's halo.
iconHaloColorString
Link copied to clipboard
The iconHaloColor property in StringThe color of the icon's halo.
iconHaloWidth
Link copied to clipboard
The iconHaloWidth propertyDistance of halo to the icon outline.
iconImageBitmap
Link copied to clipboard
The bitmap image for this SymbolWill not take effect if iconImage has been set.
iconOffset
Link copied to clipboard
The iconOffset propertyOffset distance of icon from its anchor.
iconOpacity
Link copied to clipboard
The iconOpacity propertyThe opacity at which the icon will be drawn.
iconRotate
Link copied to clipboard
The iconRotate propertyRotates the icon clockwise.
isDraggable
Link copied to clipboard
isSelected
Link copied to clipboard
symbolSortKey
Link copied to clipboard
The symbolSortKey propertySorts features in ascending order based on this value.
textAnchor
Link copied to clipboard
The textAnchor propertyPart of the text placed closest to the anchor.
textColorInt
Link copied to clipboard
The textColor property in Int The color with which the text will be drawn.
textColorString
Link copied to clipboard
The textColor property in StringThe color with which the text will be drawn.
textHaloBlur
Link copied to clipboard
The textHaloBlur propertyThe halo's fadeout distance towards the outside.
textHaloColorInt
Link copied to clipboard
The textHaloColor property in Int The color of the text's halo, which helps it stand out from backgrounds.
textHaloColorString
Link copied to clipboard
The textHaloColor property in StringThe color of the text's halo, which helps it stand out from backgrounds.
textHaloWidth
Link copied to clipboard
The textHaloWidth propertyDistance of halo to the font outline.
textJustify
Link copied to clipboard
The textJustify propertyText justification options.
textLetterSpacing
Link copied to clipboard
The textLetterSpacing propertyText tracking amount.
textMaxWidth
Link copied to clipboard
The textMaxWidth propertyThe maximum line width for text wrapping.
textOffset
Link copied to clipboard
The textOffset propertyOffset distance of text from its anchor.
textOpacity
Link copied to clipboard
The textOpacity propertyThe opacity at which the text will be drawn.
textRadialOffset
Link copied to clipboard
The textRadialOffset propertyRadial offset of text, in the direction of the symbol's anchor.
textRotate
Link copied to clipboard
The textRotate propertyRotates the text clockwise.
textTransform
Link copied to clipboard
The textTransform propertySpecifies how to capitalize text, similar to the CSS {@link PropertyFactory#textTransform} property.