@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PolylineOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
DistanceDisplayCondition |
distanceDisplayCondition
The condition specifying at what distance from the camera that this polyline will be displayed.
|
Object |
id
The user-defined object to be returned when this polyline is picked.
|
boolean |
loop
Whether a line segment will be added between the last and first line positions to make this line a loop.
|
Material |
material
The material.
|
Cartesian3[] |
positions
The positions.
|
boolean |
show
if this polyline will be shown; otherwise, false.
|
double |
width
The width of the polyline in pixels.
|
| Constructor and Description |
|---|
PolylineOptions()
Options for
Polyline |
@JsProperty public boolean show
@JsProperty public double width
@JsProperty public boolean loop
@JsProperty public Material material
Material.ColorType()@JsProperty public Cartesian3[] positions
@JsProperty public Object id
@JsProperty public DistanceDisplayCondition distanceDisplayCondition
@JsConstructor public PolylineOptions()
PolylineCopyright © 2019. All rights reserved.