interface Polygon : Overlay
A base interface defining polygon that can be added to the map.
abstract fun getCoordinates(): MutableList<LatLng!>
Gets the list of the polygon corners. |
|
abstract fun getOutlineColor(): Int
Gets the outline color of the polygon. |
abstract fun getColor(): Int
Gets the color of the overlay in RGBA format. |
|
abstract fun getOpacity(): Float
Gets the opacity of the overlay. |