MarkerLayerComponent
A vector shape layer for bubble maps. See example.
Selector
kendo-map-marker-layer
Inputs
Name | Type | Default | Description |
---|---|---|---|
data? |
|
The array of data items for this layer. | |
locationField? |
|
The data item field which contains the marker location. The field should be an array with two numbers - latitude and longitude in decimal degrees. | |
shape? |
|
The default marker shape for data-bound markers. Supported marker shapes are "pinTarget and "pin". Marker shapes are implemented as CSS classes on the marker element ( | |
titleField? |
|
The data item field which contains the marker title. |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template. ts
| ||||||
|