MapMarkerTagHelper
Example
Razor
<map-marker>
<tooltip></tooltip>
</map-marker>
ChildTags
| Tag Name | Details |
|---|---|
| tooltip | MapTooltipTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| location | Double[] | The marker location on the map. Coordinates are listed as [Latitude, Longitude]. |
| 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. |
| title | String | The marker title. Displayed as browser tooltip. |
| tooltip | MapTooltipTagHelper |