Share via


LatLongRectangle Class

LatLongRectangle Class

Contains the latitude and longitude coordinates of a rectangle on the map. This object supplies a value for the ViewByBoundingRectangle.BoundingRectangle property.


Public Class LatLongRectangle Inherits System.Object


[C#]

public class LatLongRectangle : System.Object

Public Properties

Name Description
public propertyNortheast

The latitude and longitude coordinates (LatLong object) for the northeast corner of a minimum bounding rectangle.

public propertySouthwest

The latitude and longitude coordinates (LatLong object) for the southwest corner of a minimum bounding rectangle.

Remarks

  • The shape defined by the LatLongRectangle class is not a true rectangle on the sphere of the Earth. The shape is actually rounded and three dimensional, and MapPoint Web Service interprets it as such.

See Also

  ViewByBoundingRectangle.BoundingRectangle   |   LatLong Class