cone

fun cone(color: Color, diameter: Double, height: Double, anchorPosition: SceneSymbolAnchorPosition = SceneSymbolAnchorPosition.Bottom): SimpleMarkerSceneSymbol

Creates a simple marker scene symbol with cone style.

Return

A SimpleMarkerSceneSymbol.

Since

200.1.0

Parameters

color

The color of the symbol.

diameter

The diameter in meters of base of the cone symbol.

height

The height in meters of the cone symbol.

anchorPosition

The anchor position SceneSymbolAnchorPosition of the cone symbol.

Throws

if height is not a positive or valid number