cone static method

SimpleMarkerSceneSymbol cone({
  1. required Color color,
  2. required double diameter,
  3. required double height,
  4. SceneSymbolAnchorPosition anchorPosition = SceneSymbolAnchorPosition.bottom,
})

Creates a simple marker scene symbol with cone style.

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.

Return Value: A SimpleMarkerSceneSymbol.