System.Beacon.TBeaconManager.OnCalcDistance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalcDistance: TBeaconCalcDistanceEvent read FOnCalcDistance write FOnCalcDistance;

C++

__property TBeaconCalcDistanceEvent OnCalcDistance = {read=FOnCalcDistance, write=FOnCalcDistance};

Properties

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

Description

Warning: OnCalcDistance is deprecated. Please use OnCalculateDistances.

The OnCalcDistance event is fired inmediatelly before the Distance is calculated.

You can use OnCalcDistance to provide your own algorithm to calculate the Distance.

See Also