Polyline3DElementOptions constructor
Polyline3DElementOptions({})
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,
});