MapLocation.GeoCoordinate Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property GeoCoordinate As GeoCoordinate
public GeoCoordinate GeoCoordinate { get; internal set; }
public:
property GeoCoordinate^ GeoCoordinate {
    GeoCoordinate^ get ();
    internal: void set (GeoCoordinate^ value);
}
member GeoCoordinate : GeoCoordinate with get, internal set

Property Value

Type: System.Device.Location.GeoCoordinate

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

MapLocation Class

Microsoft.Phone.Maps.Services Namespace