LocationRectangle Constructor (GeoCoordinate, GeoCoordinate)

LocationRectangle Constructor (GeoCoordinate, GeoCoordinate)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the LocationRectangle class with the specified Northwest and Southeast coordinates.

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

public LocationRectangle(
	GeoCoordinate northwest,
	GeoCoordinate southeast
)

Parameters

northwest
Type: System.Device.Location.GeoCoordinate
The Northwest coordinates for the LocationRectangle.
southeast
Type: System.Device.Location.GeoCoordinate
The Southeast coordinates for the LocationRectangle.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft