MapsIndoors iOS SDK V3
|
#include <MPPositionProvider.h>
Instance Methods | |
(void) | - onPositionUpdate: |
(void) | - onPositionFailed: |
Protocol specifying how an indoor positioning provider delegate should be implemented as the receiver of user positions.
|
optionalrequired |
Positioning fail method. Will return the reference to the actual provider
provider | A provider that failed determining user position |
|
required |
Position update method. Will return a position result.
positionResult | The position result as estimated or calculated by a MPPositionProvider |