| com.steerpath.sdk.location.GuideOptions |
Runtime configuration options for indoor positioning engine.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract GuideOptions |
accelerometer(boolean isEnabled)
Call apply() to make configuration effective.
| ||||||||||
| abstract void |
apply()
Applies previously defined configuration.
| ||||||||||
| abstract GuideOptions |
compass(boolean isEnabled)
Call apply() to make configuration effective.
| ||||||||||
| abstract GuideOptions |
configuration(String key, Object value)
Debugging use only.
| ||||||||||
| abstract GuideOptions |
eddystoneNamespace(String hexString)
Set Eddystone namespace which will be monitored.
| ||||||||||
| abstract String | getEddystoneNamespace() | ||||||||||
| abstract UUID | getIBeaconUUID() | ||||||||||
| abstract int | getRssi() | ||||||||||
| abstract GuideOptions |
gyroscope(boolean isEnabled)
Call apply() to make configuration effective.
| ||||||||||
| abstract GuideOptions |
iBeaconUUID(UUID proximityUUID128)
Set the iBeacon proximity UUID which will monitored.
| ||||||||||
| abstract boolean | isAccelerometerEnabled() | ||||||||||
| abstract boolean | isCompassEnabled() | ||||||||||
| abstract boolean | isGyroscopeEnabled() | ||||||||||
| abstract GuideOptions |
rssi(int rssi)
Call apply() to make configuration effective.
| ||||||||||
Call apply() to make configuration effective.
Applies previously defined configuration.
Call apply() to make configuration effective.
Debugging use only. Allows modification of some internal setting. Call apply() to make configuration effective.
| key | key the name of the configuration parameter to set. |
|---|---|
| value | value the new value for the configuration parameter. |
Set Eddystone namespace which will be monitored.
Call apply() to make configuration effective.
Set the iBeacon proximity UUID which will monitored. Be sure to set the iBeacon UUID only after the NDD has loaded, or it will get over- written by the value from the NDD.
| proximityUUID128 | the 128-bit UUID to monitor for |
|---|
Call apply() to make configuration effective.
| rssi | range: -16 - 16 |
|---|