DeviceProfile

class DeviceProfile

The navigation SDK has algorithms optimized for the type of data being provided. The device profile selects the optimization.

Parameters

customConfig

Json custom configuration used by the navigator

deviceType

The type of device providing data to the navigator.

Types

Builder
Link copied to clipboard
class Builder
Build a new DeviceProfile

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): DeviceProfile.Builder
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

customConfig
Link copied to clipboard
val customConfig: String
Json custom configuration used by the navigator
deviceType
Link copied to clipboard
val deviceType: DeviceType
The type of device providing data to the navigator.