dxMapControlGeoPointIsEqual(TdxMapControlGeoPoint,TdxMapControlGeoPoint) Method
In This Article
Checks if specified geographical points match.
#Declaration
Delphi
function dxMapControlGeoPointIsEqual(const AGeoPoint1: TdxMapControlGeoPoint; const AGeoPoint2: TdxMapControlGeoPoint): Boolean;
#Parameters
Name | Type |
---|---|
AGeo |
Tdx |
AGeo |
Tdx |
#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