LocationRectangle.CreateBoundingRectangle Method (GeoCoordinate[])
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a LocationRectangle that covers all the specified geographical coordinates.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Parameters
- locations
- Type:
System.Device.Location.GeoCoordinate
[]
The coordinates for the LocationRectangle.
Return Value
Type: Microsoft.Phone.Maps.Controls.LocationRectangleThe LocationRectangle that was created with the specified geographical coordinates.
Show: