Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlGeoRect Members

A geographical rectangle on a map.

#Fields

Name Description
Bottom Specifies the bottom coordinate of the rectangle’s bottom-right corner point.
BottomRight Specifies the rectangle’s bottom-right corner point.
EastLongitude Specifies the longitude of the coordinate that corresponds to the rectangle’s bottom-right corner point.
Left Specifies the left coordinate of the rectangle’s top-left corner point.
NorthLatitude Specifies the latitude of the coordinate that corresponds to the rectangle’s top-left corner point.
Right Specifies the right coordinate of the rectangle’s bottom-right corner point.
SouthLatitude Specifies the latitude of the coordinate that corresponds to the rectangle’s bottom-right corner point.
Top Specifies the top coordinate of the rectangle’s top-left corner point.
TopLeft Specifies the rectangle’s top-left corner point.
WestLongitude Specifies the longitude of the coordinate that corresponds to the rectangle’s top-left corner point.

#Properties

Name
AsGeoJSON

#Methods

Name Description
AsString Returns a string representation of the geographical rectangle defined by the record.
IsEqual(TdxMapControlGeoRect) Checks if the record’s fields define a specified geographical rectangle.
IsValid Checks whether the record’s TopLeft and BottomRight field values define the correct geographical rectangle.
See Also