System.Sensors.TLocationCoord2D.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(ALatitude, ALongitude: TLocationDegrees);

C++

__fastcall TLocationCoord2D(double ALatitude, double ALongitude);
TLocationCoord2D() {}

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TLocationCoord2D


Beschreibung

Erstellt eine Instanz von TLocationCoord2D und initialisiert ihre schreibgeschützten Eigenschaften.

Jeder Parameter dieses Konstruktors entspricht einem Zielfeld:

Parameter Feld

ALatitude

Geographische Breite

ALongitude

Geographische Länge