cylinder
fun cylinder(color: Color, diameter: Double, height: Double, anchorPosition: SceneSymbolAnchorPosition = SceneSymbolAnchorPosition.Bottom): SimpleMarkerSceneSymbol
Creates a simple marker scene symbol with cylinder style.
Return
Since
200.1.0
Parameters
color
The color of the symbol.
diameter
The diameter in meters of base of the cylinder symbol.
height
The height in meters of the cylinder symbol.
anchor Position
The anchor position SceneSymbolAnchorPosition of the cube symbol.
Throws
if height is not a positive or valid number