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.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
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.
Show: