0
votes

I am working on WinRT and using bing maps. I saw it is possible to zoom into the mouse cursor location. All implementations I saw was in JavaScript but I need it in C#. How to do that?

1
Does mouse wheel not zoom the map ? - Farhan Ghumra
It does but not to the mouse cursor location. - Misha Zaslavsky

1 Answers

0
votes

I didn't pay attention but the default behavior of the zoom is to zoom to the mouse direction !

So no need to implement it !