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

dxMapControlGeoPointIsEqual(TdxMapControlGeoPoint,TdxMapControlGeoPoint) Method

Checks if specified geographical points match.

#Declaration

Delphi
function dxMapControlGeoPointIsEqual(const AGeoPoint1: TdxMapControlGeoPoint; const AGeoPoint2: TdxMapControlGeoPoint): Boolean;

#Parameters

Name Type
AGeoPoint1 TdxMapControlGeoPoint
AGeoPoint2 TdxMapControlGeoPoint

#Returns

Type
Boolean

#Remarks

This function returns True if the Latitude and Longitude field values of the geographical points passed as the AGeoPoint1 and AGeoPoint2 parameters match. Otherwise, False is returned.

See Also