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