Polygon Annotation Options
class PolygonAnnotationOptions : AnnotationOptions<Polygon, PolygonAnnotation>
Content copied to clipboard
Builder class from which a polygonAnnotation is created.
Constructors
PolygonAnnotationOptions
Link copied to clipboard
fun PolygonAnnotationOptions()
Content copied to clipboard
Types
Functions
build
Link copied to clipboard
open override fun build(id: Long, annotationManager: AnnotationManager<Polygon, PolygonAnnotation, *, *, *, *, *>): PolygonAnnotation
Content copied to clipboard
getDraggable
Link copied to clipboard
getGeometry
Link copied to clipboard
withData
Link copied to clipboard
withDraggable
Link copied to clipboard
withFillColor
Link copied to clipboard
withFillOpacity
Link copied to clipboard
withFillOutlineColor
Link copied to clipboard
fun withFillOutlineColor(@ColorInt() fillOutlineColor: Int): PolygonAnnotationOptions
Content copied to clipboard
fun withFillOutlineColor(fillOutlineColor: String): PolygonAnnotationOptions
Content copied to clipboard
withFillPattern
Link copied to clipboard
withFillSortKey
Link copied to clipboard
withGeometry
Link copied to clipboard
withPoints
Link copied to clipboard
Properties
fillOpacity
Link copied to clipboard
The opacity of the entire fill layer.
fillOutlineColor
Link copied to clipboard
The outline color of the fill.
fillPattern
Link copied to clipboard
Name of image in sprite to use for drawing image fills.
fillSortKey
Link copied to clipboard
Sorts features in ascending order based on this value.