LatLongRectangle Class
.gif)
Contains the latitude and longitude coordinates of a rectangle on the map; used by the ViewByBoundingRectangle.BoundingRectangle property.
Public Class LatLongRectangle
Member of [Namespace]
[C#]
public class LatLongRectangle : System.Object
Member of [Namespace]
Public Properties
Northeast |
The latitude and longitude coordinates (LatLong object) for the northeast corner of a minimum bounding rectangle. |
Southwest |
The latitude and longitude coordinates (LatLong object) for the southwest corner of a minimum bounding rectangle. |
Remarks
- Although a LatLongRectangle object is called a rectangle, the shape defined by the latitude and longitude coordinates is not a true rectangle on the sphere of the Earth. The shape defined by the LatLongRectangle class is rounded and three dimensional, and MapPoint Web Service interprets it as such.
See Also
ViewByBoundingRectangle.BoundingRectangle | LatLong Class
.gif)