Polygon3DElementOptions constructor
Polygon3DElementOptions({})
Implementation
external Polygon3DElementOptions({
AltitudeMode? altitudeMode,
bool? drawsOccludedSegments,
bool? extruded,
String? fillColor,
bool? geodesic,
JSIterable<
JSAny /*Iterable<LatLngAltitude|LatLngAltitudeLiteral>|Iterable<LatLngLiteral>*/ >?
innerCoordinates,
JSIterable<JSAny /*LatLngAltitude|LatLngAltitudeLiteral|LatLngLiteral*/ >?
outerCoordinates,
String? strokeColor,
num? strokeWidth,
num? zIndex,
});