SimpleMarkerSceneSymbol constructor

SimpleMarkerSceneSymbol({
  1. SimpleMarkerSceneSymbolStyle style = SimpleMarkerSceneSymbolStyle.sphere,
  2. Color color = const Color(0xFFD3D3D3),
  3. double height = 100.0,
  4. double width = 100.0,
  5. double depth = 100.0,
  6. SceneSymbolAnchorPosition anchorPosition = SceneSymbolAnchorPosition.bottom,
})

Creates a simple marker scene symbol with the given values.

Parameters:

  • style — The style of the symbol SimpleMarkerSceneSymbolStyle.
  • color — The color of the symbol Color.
  • height — The height in meters of the symbol.
  • width — The width in meters of the symbol.
  • depth — The depth in meters of the symbol.
  • anchorPosition — The anchor_position of the symbol SceneSymbolAnchorPosition.