CiscoDNAEntry

Functions

Link copied to clipboard
open fun getAccuracy(): Float
Get the estimated horizontal accuracy of this location, radial, in meters
Link copied to clipboard
A android.location.Location with the original data, if available
Link copied to clipboard
open fun getBearing(): Float
Get the bearing, in degrees
Link copied to clipboard
open fun getBuildingId(): String
Link copied to clipboard
open fun getDatasetId(): String
Link copied to clipboard
open fun getDeviceId(): String
Link copied to clipboard
open fun getFloorIndex(): Int
Gets the floor (floor index) The value returned is only valid if true is returned when calling hasFloor
Link copied to clipboard
Gets the position, as a MPPoint
Link copied to clipboard
Gets the position provider that created this position result
Link copied to clipboard
open fun getRssi(): Int
Link copied to clipboard
open fun getTennantId(): String
Link copied to clipboard
open fun getTimestamp(): String
Link copied to clipboard
open fun getVenueId(): String
Link copied to clipboard
open fun hasAccuracy(): Boolean
Checks if horizontal accuracy is available
Link copied to clipboard
open fun hasBearing(): Boolean
Checks if bearing is available
Link copied to clipboard
open fun hasFloor(): Boolean
Checks if floor info is available If true, the value returned by getFloorIndex will be a valid one
Link copied to clipboard
open fun setAccuracy(v: Float)
Set the estimated horizontal accuracy of this location, radial, in meters
Link copied to clipboard
open fun setAndroidLocation(@Nullable location: Location)
Sets the android.location.Location origin of
Link copied to clipboard
open fun setBearing(v: Float)
Set the bearing, in degrees
Link copied to clipboard
open fun setFloorIndex(i: Int)
Sets the floor
Link copied to clipboard
open fun setProvider(@Nullable positionProvider: MPPositionProvider)
Link copied to clipboard
open fun toString(): String