windows phone 8.1 - Getting the position of the point where the user taps on a map -


How do I get latitude and longitude of the point where the user tap on the map?

I tried to do this:

  gOchordinate status = MyMap.ConvertViewportPointToGeoCoordinate (e.GetPosition (MyMap));  

But I get an error that ConvertViewportPointToGeoCoordinate . There is no definition for


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -