FMX.Maps.TMapCoordinate.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString();

Properties

Type Visibility Source Unit Parent
function public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapCoordinate

Description

Returns a readable representation of TMapCoordinate.

The ToString method returns a readable representation of TMapCoordinate with the Latitude and Longitude as a string formatted to have five decimal points.

See Also