New to Kendo UI for AngularStart a free 30-day trial

MarkerLayerComponent

A vector shape layer for bubble maps. See example.

Selector

kendo-map-marker-layer

Inputs

NameTypeDefaultDescription

data?

any[]

The array of data items for this layer.

locationField?

string

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?

string

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 (span.k-marker). For example "pinTarget" is rendered as k-marker-pin-target.

titleField?

string

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
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support