Class EstimoteForegroundIndoorLocationManagerDelegate
Inheritance
System.Object
EstimoteForegroundIndoorLocationManagerDelegate
Assembly: SensusiOS.dll
Syntax
public class EstimoteForegroundIndoorLocationManagerDelegate : EILIndoorLocationManagerDelegate
Constructors
EstimoteForegroundIndoorLocationManagerDelegate()
Declaration
public EstimoteForegroundIndoorLocationManagerDelegate()
Methods
DidFailToUpdatePosition(EILIndoorLocationManager, NSError)
Declaration
public override void DidFailToUpdatePosition(EILIndoorLocationManager locationManager, NSError error)
Parameters
Type |
Name |
Description |
Estimote.iOS.Indoor.EILIndoorLocationManager |
locationManager |
|
Foundation.NSError |
error |
|
DidUpdatePosition(EILIndoorLocationManager, EILOrientedPoint, EILPositionAccuracy, EILLocation)
Declaration
public override void DidUpdatePosition(EILIndoorLocationManager locationManager, EILOrientedPoint position, EILPositionAccuracy positionAccuracy, EILLocation location)
Parameters
Type |
Name |
Description |
Estimote.iOS.Indoor.EILIndoorLocationManager |
locationManager |
|
Estimote.iOS.Indoor.EILOrientedPoint |
position |
|
Estimote.iOS.Indoor.EILPositionAccuracy |
positionAccuracy |
|
Estimote.iOS.Indoor.EILLocation |
location |
|
Events
UpdatedPositionAsync
Declaration
public event Func<EILOrientedPoint, EILPositionAccuracy, EILLocation, Task> UpdatedPositionAsync
Event Type
Type |
Description |
System.Func<Estimote.iOS.Indoor.EILOrientedPoint, Estimote.iOS.Indoor.EILPositionAccuracy, Estimote.iOS.Indoor.EILLocation, System.Threading.Tasks.Task> |
|