Search
LatLongRect Members
Constructors Properties Methods
 


Specifies a rectangular area in a geographic coordinate system.

The following tables list the members exposed by the LatLongRect type.

 Public Constructors

  Name Description

LatLongRect

Initializes a new instance of the LatLongRect class.

 Public Properties

  Name Description

maxLatitude

Gets the maximum latitude of the area.

maxLongitude

Gets the maximum longitude of the area.

minLatitude

Gets the minimum latitude of the area.

minLongitude

Gets the minimum longitude of the area.

 Public Methods

  Name Description

fromCenter

Creates a LatLongRect instance from center coordinate and size.

 See Also