UIOptions

class UIOptions(val uiModeSettings: String)

Configuration of how the UI will look.

Constructors

Link copied to clipboard
constructor(uiModeSettings: String)

Properties

Link copied to clipboard

controls whether Dark, Light or another theme and map style should be used.

Functions

Link copied to clipboard
fun copy(uiModeSettings: String = this.uiModeSettings): UIOptions
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
open override fun toString(): String