Simple Marker Symbol
constructor(style: SimpleMarkerSymbolStyle = SimpleMarkerSymbolStyle.Circle, color: Color = Color.white, size: Float = 8.0f)
Creates a simple marker symbol with the given properties.
Since
200.1.0
Parameters
style
Indicates the type of simple marker symbol to create.
color
The color of the simple marker symbol.
size
The size of the simple marker symbol in device independent pixels (DIPs).