services-api / com.keecker.services.navigation.interfaces / Compass
Compass
data class Compass : Parcelable
Types
| CREATOR | companion object CREATOR : Creator<Compass> | 
    
Constructors
| <init> | Compass(parcel: Parcel)Compass(timestamp: Double, northDirection: Double, northConfidence: Double, strength: Double, calibrationX: Double, calibrationY: Double) | 
    
Properties
| calibrationX | val calibrationX: Double | 
    
| calibrationY | val calibrationY: Double | 
    
| northConfidence | val northConfidence: Double | 
    
| northDirection | val northDirection: Double | 
    
| strength | val strength: Double | 
    
| timestamp | val timestamp: Double | 
    
Functions
| describeContents | fun describeContents(): Int | 
    
| writeToParcel | fun writeToParcel(parcel: Parcel, flags: Int): Unit | 
    
Companion Object Functions
| createFromParcel | fun createFromParcel(parcel: Parcel): Compass | 
    
| newArray | fun newArray(size: Int): Array<Compass?> |