API:FMX.MediaLibrary.TLocationInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TLocationInfo = record
    Latitude: Double;
    Longitude: Double;
  end;

C++

struct DECLSPEC_DRECORD TLocationInfo
{
public:
    double Latitude;
    double Longitude;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary FMX.MediaLibrary

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!