MapMarkerLayerProps
Represents the props of the KendoReact MapMarkerLayer component.
Name | Type | Default | Description |
---|---|---|---|
attribution? |
|
The attribution for the layer. Accepts HTML. | |
children? |
| ||
data? |
|
The array of data items for this layer. | |
extent? |
|
Specifies the extent of the region covered by this layer. The layer will be hidden when the specified area is out of view. If not specified, the layer is always visible. Accepts an | |
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. | |
maxZoom? |
|
The minimum zoom level at which to show this layer. | |
minZoom? |
|
The minimum zoom level at which to show this layer. | |
opacity? |
|
The the opacity for the layer. The value must be in the range from 0 (fully transparent) to 1 (fully opaque). | |
shape? |
|
The default marker shape for data-bound markers. The following pre-defined marker shapes are available:
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? |
|
The data item field which contains the marker title. | |
zIndex? |
|
The zIndex for this layer. Layers are normally stacked in declaration order (last one is on top). |