System.Sensors.TGeocodeEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TGeocodeEvent = procedure (const Coords: TArray<TLocationCoord2D>) of object;

C++

typedef void __fastcall (__closure *TGeocodeEvent)(const _dt_System_Sensors_1 Coords);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis FTGeocoder.OnGeocode.

Siehe auch