System.Beacon.TBeaconManager.Nearest

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

Delphi

function Nearest: IBeacon;

C++

_di_IBeacon __fastcall Nearest();

プロパティ

種類 可視性 ソース ユニット
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager


説明

現在位置に最も近いビーコンを返します。

Nearest メソッドは、現在位置に最も近いビーコンの IBeacon インスタンスを返します。ビーコンがなければ nil を返します。

関連項目