TdxMapControlGeoPoint.IsValid Method
In This Article
Checks whether the record’s Latitude and Longitude field values define the correct geographical point.
#Declaration
Delphi
function IsValid: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True indicating that the point is correctly defined if the following conditions are met (all bounds are inclusive):
See Also