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>)
Link copied to clipboard
class TilesUploader(storage: Storage, gcloudProjectName: String)

Properties

Link copied to clipboard
val bucketOption: Option
Link copied to clipboard
Link copied to clipboard
val credentialsOption: Option
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
Link copied to clipboard
Link copied to clipboard
val outputOption: Option
Link copied to clipboard
val xmlFormat: XML

Functions

Link copied to clipboard
suspend fun chooseCameraList(cmd: CommandLine): List<CameraSource>
Link copied to clipboard
fun main(args: Array<String>)