MapMarkerDefaultsSettingsTagHelper
Example
Razor
<marker-defaults>
<tooltip></tooltip>
</marker-defaults>
ChildTags
| Tag Name | Details |
|---|---|
| tooltip | MapTooltipTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| shape | MapMarkersShape | The default marker shape for all marker layers. Marker shapes are implemented as CSS classes on the marker element (span.k-marker). For example "pinTarget" is rendered as "k-marker-pin-target. |
| tooltip | MapTooltipTagHelper | Sets the tooltip configuration of the marker. |