InnerPolygonOptions

fun InnerPolygonOptions(coordinates: List<GeoPoint>, fillColor: Color? = null, innerPolygonOptions: InnerPolygonOptions? = null)

Parameters

coordinates

Coordinates of the inner polygon.

fillColor

Color that will be used to draw area inside the polygon except the area taken by innerPolygonOptions.

innerPolygonOptions

Optional nested inner polygon that will be drawn inside this polygon.