Class EstimoteBackgroundIndoorLocationManagerDelegate
Inheritance
System.Object
EstimoteBackgroundIndoorLocationManagerDelegate
Assembly: SensusiOS.dll
Syntax
public class EstimoteBackgroundIndoorLocationManagerDelegate : EILBackgroundIndoorLocationManagerDelegate
Constructors
EstimoteBackgroundIndoorLocationManagerDelegate()
Declaration
public EstimoteBackgroundIndoorLocationManagerDelegate()
Methods
DidFailToUpdatePosition(EILBackgroundIndoorLocationManager, NSError)
Declaration
public override void DidFailToUpdatePosition(EILBackgroundIndoorLocationManager locationManager, NSError error)
Parameters
Type |
Name |
Description |
Estimote.iOS.Indoor.EILBackgroundIndoorLocationManager |
locationManager |
|
Foundation.NSError |
error |
|
DidUpdatePosition(EILBackgroundIndoorLocationManager, EILOrientedPoint, EILPositionAccuracy, EILLocation)
Declaration
public override void DidUpdatePosition(EILBackgroundIndoorLocationManager locationManager, EILOrientedPoint position, EILPositionAccuracy positionAccuracy, EILLocation location)
Parameters
Type |
Name |
Description |
Estimote.iOS.Indoor.EILBackgroundIndoorLocationManager |
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> |
|