-
Notifications
You must be signed in to change notification settings - Fork 19
Class SignalMeasurement
Il Kadyrov edited this page Nov 9, 2020
·
3 revisions
SignalMeasurement class is used for notifying users about new scanned signals through [[MeasurementListener|Class-MeasurementListener].
Referenced from: MeasurementManager, MeasurementListener.
public SignalType getType()Function returns the type of signal.
Type of the signal, which equals to one of the next enum elements:
- WIFI
- BEACON
- BLUETOOTH
- EDDYSTONE
- WIFI_RTT
public String getId()Function returns the id of the signal, like mac address for wifi, (uuid, major, minor) for beacon, etc.
public float getRssi()Function returns the rssi value of the signal.
public float getDistance()Function returns the distance to the signal.
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder