@JsType(isNative=true, namespace="<global>", name="Object") public class GroundPolylineGeometryOptions extends Object
GroundPolylineGeometry
.Modifier and Type | Field and Description |
---|---|
double |
granularity
The distance interval in meters used for interpolating options.points.
|
boolean |
loop
Whether during geometry creation a line segment will be added between the last and first line positions to make this Polyline a loop.
|
Cartesian3[] |
positions
An array of Cartesian3 defining the polyline's points.
|
int |
width
The screen space width in pixels.
|
Modifier and Type | Method and Description |
---|---|
static GroundPolylineGeometryOptions |
create(Cartesian3[] positions) |
@JsProperty public Cartesian3[] positions
@JsProperty public int width
@JsProperty public double granularity
@JsProperty public boolean loop
@JsOverlay public static GroundPolylineGeometryOptions create(Cartesian3[] positions)
Copyright © 2019. All rights reserved.