System.Sensors.TGeocodeEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


説明

TGeocoder.OnGeocode イベントのイベント ハンドラの型。

関連項目