-
Notifications
You must be signed in to change notification settings - Fork 18
Class Beacon
Il Kadyrov edited this page Oct 1, 2020
·
2 revisions
Beacon class is used for storing beacons (iBeacons).
Referenced from: Sublocation.
public int getLocationId()
Function returns the beacon's location identifier.
public int getSublocationId()
Function returns the beacon's sublocation identifier.
public int getMajor()
Function returns the beacon's major value.
public int getMinor()
Function returns the beacon's minor value.
public String getUuid()
Function returns the beacon's uuid.
public String getName()
Function returns the beacon's name.
public Point getPoint()
Function returns the beacon's X and Y coordinates in meters as Point (within the sublocation).
public int getPower()
Function returns the beacon's power.
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