API:FMX.MediaLibrary.TLocationInfo
Delphi
TLocationInfo = record
Latitude: Double;
Longitude: Double;
end;
C++
struct DECLSPEC_DRECORD TLocationInfo
{
public:
double Latitude;
double Longitude;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | FMX.MediaLibrary.pas FMX.MediaLibrary.hpp |
FMX.MediaLibrary | FMX.MediaLibrary |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !