SygicJsonConfig

@JsonClass(generateAdapter = true)
data class SygicJsonConfig(@Json(name = "Authentication") val authentication: Authentication? = null, @Json(name = "StorageFolders") val storageFolders: StorageFolders? = null, @Json(name = "Server") val server: Server? = null, @Json(name = "MapReaderSettings") val mapReaderSettings: MapReaderSettings? = null, @Json(name = "Online") val online: Online? = null, @Json(name = "Routing") val routing: Routing? = null, @Json(name = "Navigation") val navigation: Navigation? = null, @Json(name = "Audio") val audio: Audio? = null, @Json(name = "Logging") val logging: LoggingSettings? = null, @Json(name = "Map") val mapSettings: MapSettings? = null, @Json(name = "License") val license: License? = null, @Json(name = "Position") val positionSettings: PositionSettings? = null)

Constructors

Link copied to clipboard
fun SygicJsonConfig(@Json(name = "Authentication") authentication: Authentication? = null, @Json(name = "StorageFolders") storageFolders: StorageFolders? = null, @Json(name = "Server") server: Server? = null, @Json(name = "MapReaderSettings") mapReaderSettings: MapReaderSettings? = null, @Json(name = "Online") online: Online? = null, @Json(name = "Routing") routing: Routing? = null, @Json(name = "Navigation") navigation: Navigation? = null, @Json(name = "Audio") audio: Audio? = null, @Json(name = "Logging") logging: LoggingSettings? = null, @Json(name = "Map") mapSettings: MapSettings? = null, @Json(name = "License") license: License? = null, @Json(name = "Position") positionSettings: PositionSettings? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val audio: Audio? = null
Link copied to clipboard
Link copied to clipboard
val license: License? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val navigation: Navigation? = null
Link copied to clipboard
val online: Online? = null
Link copied to clipboard
Link copied to clipboard
val routing: Routing? = null
Link copied to clipboard
val server: Server? = null
Link copied to clipboard