ArcType

ArcType defines the path that should be taken connecting vertices.
Properties:
Name Type Description
NONE Number Straight line that does not conform to the surface of the ellipsoid.
GEODESIC Number Follow geodesic path.
RHUMB Number Follow rhumb or loxodrome path.

Members

static constant Cesium.ArcType.GEODESIC : Number

Follow geodesic path.
Default Value: 1

static constant Cesium.ArcType.NONE : Number

Straight line that does not conform to the surface of the ellipsoid.

static constant Cesium.ArcType.RHUMB : Number

Follow rhumb or loxodrome path.
Default Value: 2