dxMapControlGeoPointIsEqual(TdxMapControlGeoPoint,TdxMapControlGeoPoint) Method
Checks if specified geographical points match.
Declaration
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