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
fillOutlineColor
Link copied to clipboard
fillPattern
Link copied to clipboard
fillSortKey
Link copied to clipboard