DashDebugSettingsConfig

Configuration for the debug settings.

Parameters

showDisplaySendDebugInfoButtonOption

if true Display Send Debug Info Button option will be added to debug settings.

showSimulateLocationOption

if true Simulate Location option will be added to debug settings.

showElectricOptionsItem

if true Electric options item will be added to debug settings. Note that also VehicleType should be set as Electric.

showSendDebugInfoButton

if true Send Debug Info button will be visible on the map.

Properties

Functions

Link copied to clipboard
fun <T, B : DashConfigBuilder<T, B>> DashConfigBase<T, B>.copy(func: B.() -> Unit): T

Creates a copy of a given configuration instances with options mutated by the provided function.

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

Returns a new Builder instance with copied elements of this configuration.

Link copied to clipboard
open override fun toString(): String