Polyline3DElementOptions constructor

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

Implementation

external Polyline3DElementOptions({
  AltitudeMode? altitudeMode,
  JSIterable<JSAny /*LatLngAltitude|LatLngAltitudeLiteral|LatLngLiteral*/ >?
      coordinates,
  bool? drawsOccludedSegments,
  bool? extruded,
  bool? geodesic,
  String? outerColor,
  num? outerWidth,
  String? strokeColor,
  num? strokeWidth,
  num? zIndex,
});