CiscoDNAEntry

open class CiscoDNAEntry : PositionResult

Functions

Link copied to clipboard
open fun getAccuracy(): Float
Get the estimated horizontal accuracy of this location, radial, in meters
Link copied to clipboard
@Nullable
open fun getAndroidLocation(): Location
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 getFloor(): Int
Gets the floor (floor index) The value returned is only valid if true is returned when calling hasFloor
Link copied to clipboard
@Nullable
open fun getPoint(): Point
Gets the position, as a Point
Link copied to clipboard
@Nullable
open fun getProvider(): PositionProvider
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 getFloor 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 setFloor(i: Int)
Sets the floor
Link copied to clipboard
open fun setProvider(@Nullable positionProvider: PositionProvider)
Link copied to clipboard
@NonNull
open fun toString(): String