DeviceType

enum DeviceType : Enum<DeviceType>

The type of device providing data to the navigator.

Entries

HANDHELD
Link copied to clipboard
Any typical Android smart phone with GPS
AUTOMOBILE
Link copied to clipboard
Automobiles that provide data directly from the vehicle

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: DeviceType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<DeviceType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int