Initializes a new instance of the ScatterMapLayer class.
A JavaScript object containing initialization data for the layer.
Gets or sets the binding for the layer.
The binding can include two comma-separated property names (longitude and latitude) 'lon,lat' or a single property name that contain a pair of geographical coordinates.
Gets or sets color scale used for fill layer's items.
Gets or sets a data source for the layer.
Data source should be a collection of objects that provides geographical coordinates (longitude and latitude). Object property or properties which contains coordinates are specified by binding property.
Gets the parent map
Gets or sets the layer's style.
Gets or sets the maximal symbol size.
For bubble plot.
Gets or sets the minimal symbol size.
For bubble plot.
Gets or sets the symbol size.
Get or sets the data source url.
Gets the layer bounds in geo coordinates.
Initializes the series by copying the properties from a given object.
JavaScript object containing initialization data for the series.
Raises the itemsSourceChanged event.
Renders the layer.
Render engine.
Svg transformation.
SVG group element for the layer.
Occurs after the layer has been bound to a new items source.
Represents scatter map layer.
The data for ScatterMapLayer is a collection of points in geographical coordinates.