Polygon3DElementOptions constructor

Polygon3DElementOptions({
  1. AltitudeMode? altitudeMode,
  2. bool? drawsOccludedSegments,
  3. bool? extruded,
  4. String? fillColor,
  5. bool? geodesic,
  6. JSIterable<JSAny>? innerCoordinates,
  7. JSIterable<JSAny>? outerCoordinates,
  8. String? strokeColor,
  9. num? strokeWidth,
  10. num? zIndex,
})

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,
});