Posted 04 Dec 2013 Link to this post
Posted 06 Dec 2013 Link to this post
//get reference to the Map widget
var
map = $(
'#map'
).data(
"kendoMap"
)
//clear markers
map.markers.clear();