TdxMapControlGeoPoint.AsString Method
Returns a string representation of the geographical point defined by the record.
Declaration
function AsString: string;
Returns
Type |
---|
string |
Remarks
The function returns a string that is comprised of the Latitude and Longitude field values converted to strings and separated by a comma.
See Also