SimpleMarkerSceneSymbol constructor
- SimpleMarkerSceneSymbolStyle style = SimpleMarkerSceneSymbolStyle.sphere,
- Color color = const Color(0xFFD3D3D3),
- double height = 100.0,
- double width = 100.0,
- double depth = 100.0,
- 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.