I'm trying to make my map automatically zoom in on the part where I'm displaying data.
I can calculate a rectangle which contains all the points I care about. That's what I would need for the Silverlight RadMap's SetView method, but I haven't been able to find anything equivalent to SetView for the Kendo Map.
Is there a way to get it to zoom to a rectangle?