-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.interfaces.Advertiser
public interface PositionManager implements Advertiser<PositionManager.Listener>
Position Manager responsible for positioning.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
PositionManager.Listener
public interface
PositionManager.DebugListener
-
Method Summary
Modifier and Type Method Description abstract CalculatedLocation
getCurrentCalculatedLocation()
Last calculated location of the user abstract CalculatedLocation
getLastValidCalculatedLocation()
Last valid location of the user abstract PositioningTypes.PositioningServiceState
getState()
Current positioning service state (bluetooth status) -
-
Method Detail
-
getCurrentCalculatedLocation
abstract CalculatedLocation getCurrentCalculatedLocation()
Last calculated location of the user
-
getLastValidCalculatedLocation
abstract CalculatedLocation getLastValidCalculatedLocation()
Last valid location of the user
-
getState
abstract PositioningTypes.PositioningServiceState getState()
Current positioning service state (bluetooth status)
-
-
-
-