Skip to main content

TdxMapControlGeoPoint Record

A geographical point on a map.

Declaration

TdxMapControlGeoPoint = record

Remarks

This record contains members that allow you to do the following:

  • Define a geographical point on a map (Latitude and Longitude);

  • Check whether the geographical point is defined correctly (IsValid);

  • Obtain a string representation of the geographical point defined by the record (AsString);

  • Determine if the geographical point defined by the record matches a specific point (IsEqual).

See Also