System.Beacon.TBeaconManager.Nearest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Nearest: IBeacon;

C++

_di_IBeacon __fastcall Nearest();

Properties

Type Visibility Source Unit Parent
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

Returns the beacon that is nearest to our position.

The Nearest method returns an IBeacon instance of the beacon that is nearest to our position, nil if there is no beacon.

See Also