MapOverlay.GeoCoordinate Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the GeoCoordinates of the overlay of the map control.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
[TypeConverterAttribute(typeof(GeoCoordinateConverter))] public GeoCoordinate GeoCoordinate { get; set; }
Property Value
Type: System.Device.Location.GeoCoordinateThe GeoCoordinates of the overlay of the map control.
If you specify a GeoCoordinate that is beyond the horizon of the map as displayed, the MapOverlay is not visible.
Show: