[]
Represents scatter map layer.
public class ScatterMapLayer<T> : ExtraMapLayer<T>
| Name | Description |
|---|---|
| T |
The data for ScatterMapLayer is a collection of points in geographical coordinates.
| Name | Description |
|---|---|
| ScatterMapLayer(FlexMap<T>) | Creates one ScatterMapLayer<T> instance. |
| Name | Description |
|---|---|
| Binding | Gets or sets the binding for the layer. |
| ExtraMapLayerTypeName | Gets the map layer name. |
| SymbolMaxSize | Gets or sets the maximal symbol size for bubble plot. |
| SymbolMinSize | Gets or sets the minimal symbol size for bubble plot. |
| SymbolSize | Gets or sets the symbol size for rendering GeoJSON points/multi-points. |