Class EstimoteIndoorLocationAccuracy
Estimote indoor location accuracy. Taken from this page.
Inheritance
System.Object
EstimoteIndoorLocationAccuracy
Namespace: Sensus.Probes.Location
Assembly: SensusAndroid.dll
Syntax
public sealed class EstimoteIndoorLocationAccuracy : Enum
Fields
High
Accurate within +/- 1.62 meters
Declaration
public const EstimoteIndoorLocationAccuracy High
Field Value
Type | Description |
---|---|
EstimoteIndoorLocationAccuracy |
Low
Accurate within +/- 4.24 meters
Declaration
public const EstimoteIndoorLocationAccuracy Low
Field Value
Type | Description |
---|---|
EstimoteIndoorLocationAccuracy |
Medium
Accurate within +/- 2.62 meters
Declaration
public const EstimoteIndoorLocationAccuracy Medium
Field Value
Type | Description |
---|---|
EstimoteIndoorLocationAccuracy |
Unknown
Unknown accuracy
Declaration
public const EstimoteIndoorLocationAccuracy Unknown
Field Value
Type | Description |
---|---|
EstimoteIndoorLocationAccuracy |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
VeryHigh
Accurate within +/- 1.00 meter
Declaration
public const EstimoteIndoorLocationAccuracy VeryHigh
Field Value
Type | Description |
---|---|
EstimoteIndoorLocationAccuracy |
VeryLow
Very low accuracy
Declaration
public const EstimoteIndoorLocationAccuracy VeryLow
Field Value
Type | Description |
---|---|
EstimoteIndoorLocationAccuracy |