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

Link copied to clipboard
class Builder

Build a new DeviceProfile

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): DeviceProfile.Builder
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val customConfig: String
Link copied to clipboard
val deviceType: DeviceType