Map.ConvertViewportPointToGeoCoordinate Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the specified point in the viewport of the Map control to a GeoCoordinate.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Parameters
- viewportPoint
- Type: System.Windows.Point
The point in the viewport of the Map control to convert to a GeoCoordinate.
Return Value
Type: System.Device.Location.GeoCoordinateThe GeoCoordinate that corresponds to the specified point in the viewport of the Map control.
Show: