The marker border style.
The marker border width in pixels.
An array of category strings corresponding to this marker. This allows highlighting and filtering of markers.
The marker color.
The pixel height for this marker. Note that this attribute will be ignored if a value is provided to calculate marker sizes.
The identifier for this marker. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
Text used for the marker's label.
Determines the label position relative to the marker.
The CSS style object defining the style of the marker. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
An identifier corresponding to a Feature provided in the mapProvider geo object that this marker is associated with.
The marker opacity.
The angle to rotate the marker in clockwise degrees around the marker center.
Specifies whether or not the marker will be selectable.
Specifies the shape of a marker. Can take the name of a built-in shape or the SVG path commands for a custom shape.
The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
Specifies an URI specifying the location of the image resource to use for the marker instead of a built-in shape. The shape attribute is ignored if the source image is defined.
An optional URI specifying the location of the hover image resource. If not defined, the source image will be used.
An optional URI specifying the location of the selected image resource on hover. If not defined, the sourceSelected image will be used. If sourceSelected is not defined, then the source image will be used.
An optional URI specifying the location of the selected image. If not defined, the source image will be used.
The CSS style class defining the style of the marker.
The CSS style object defining the style of the marker. Only SVG CSS style properties are supported.
A data value used to calculate the marker dimensions based on the range of all the data values and the element size. Markers with negative or zero data values will not be rendered. If specified, this value takes precedence over the width and height attributes.
The pixel width for this marker. Note that this attribute will be ignored if a value is provided to calculate marker.
The x coordinate of the marker transformed using the map projection, which can be null if location is set instead.
The y coordinate of the marker transformed using the map projection, which can be null if location is set instead.
Generated using TypeDoc
The marker border color.