0

I am using Windows Phone 8 Map, in that i have to find corner coordinates (Longitude, Latitude) of Visible map.

How to get those coordinates point.

Map Namespace xmlns:maps="clr-namespace:Microsoft.Phone.Maps.Controls;assembly=Microsoft.Phone.Maps"

XAML : <maps:Map Name="mapStalkerAlert" Height="240" BorderBrush="#CA3498" BorderThickness="0,0,0,3"/>

enter image description here

Avinash Singh
  • 2,697
  • 11
  • 44
  • 72
  • You can find your ans here [How to get coordinates of corners of visible bing map?][1] [1]: http://stackoverflow.com/questions/12801943/how-to-get-coordinates-of-corners-of-visible-bing-map – Amit Bhatiya Jul 02 '14 at 09:17

1 Answers1

0

For Windows Phone 8 & 8.1 there isn't a simple property that has this information. That said I have come up with a solution for WP8.1 here: Get view bounds of a Map

You should be able to port this over to WP8.

Community
  • 1
  • 1
rbrundritt
  • 16,570
  • 2
  • 21
  • 46