markers Array
Static markers to display on the map.
Example - setting default shape for all markers
<div id="map"></div>
<script>
$("#map").kendoMap({
layers: [{
type: "tile",
urlTemplate: "http://a.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png",
attribution: "© OpenStreetMap"
}],
markers: [{
location: [42, 27]
}, {
location: [40, 20]
}]
});
</script>
Related Properties
- markers.location
- markers.shape
- markers.title
- markers.tooltip
- markers.tooltip.autoHide
- markers.tooltip.content
- markers.tooltip.content.url
- markers.tooltip.template
- markers.tooltip.animation
- markers.tooltip.animation.close
- markers.tooltip.animation.close.effects
- markers.tooltip.animation.close.duration
- markers.tooltip.animation.open
- markers.tooltip.animation.open.effects
- markers.tooltip.animation.open.duration
- markers.tooltip.callout
- markers.tooltip.iframe
- markers.tooltip.height
- markers.tooltip.width
- markers.tooltip.position
- markers.tooltip.showAfter
- markers.tooltip.showOn