ConstructorOptions
Properties
Link copied to clipboard
The type of line the polyline segments must follow. Valid options are ArcType.GEODESIC and ArcType.RHUMB. Default value - ArcType.GEODESIC
Link copied to clipboard
The distance interval in meters used for interpolating options.points. Defaults to 9999.0 meters. Zero indicates no interpolation. Default value - 9999.0
Link copied to clipboard
An array of Cartesian3 defining the polyline's points. Heights above the ellipsoid will be ignored.