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

TdxMapControlGeoPoint Members

A geographical point on a map.

#Fields

Name Description
Latitude Specifies the latitude of the coordinate that corresponds to the geographical point.
Longitude Specifies the longitude of the coordinate that corresponds to the geographical point.

#Properties

Name Description
AsGeoJSON
AsString Returns a string representation of the geographical point defined by the record.

#Methods

Name Description
Create(Double,Double) static
IsEqual(TdxMapControlGeoPoint) Checks if the record’s fields define a specified geographical point.
IsValid Checks whether the record’s Latitude and Longitude field values define the correct geographical point.
See Also