Package-level declarations

Types

Link copied to clipboard
data class CameraSource(val id: String, val country: String, val longitude: Double, val latitude: Double, val direction: String? = null, val multiDirectional: String? = null, val type: String, val speed: String? = null)
Link copied to clipboard
data class CamerasSource(val list: List<CameraSource>)

Properties

Link copied to clipboard
Link copied to clipboard
const val DATA_SOURCE: String
Link copied to clipboard

The camera is looking in both directions.

Link copied to clipboard

The camera is looking in one direction. The driver needs to drive in the "Direction" to be flashed by the camera.

Link copied to clipboard
Link copied to clipboard
val httpClient: HttpClient
Link copied to clipboard
val ignoreUnknownChildren: UnknownChildHandler
Link copied to clipboard
val outputOption: Option
Link copied to clipboard
val xmlFormat: XML

Functions

Link copied to clipboard
fun main(args: Array<String>)