toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-cameras-uploader
/
com.mapbox.dash.cameras.uploader
/
CameraSource
Camera
Source
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
)
Members
Constructors
Camera
Source
Link copied to clipboard
constructor
(
id
:
String
,
country
:
String
,
longitude
:
Double
,
latitude
:
Double
,
direction
:
String
?
=
null
,
multiDirectional
:
String
?
=
null
,
type
:
String
,
speed
:
String
?
=
null
)
Properties
country
Link copied to clipboard
val
country
:
String
direction
Link copied to clipboard
val
direction
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
multi
Directional
Link copied to clipboard
val
multiDirectional
:
String
?
=
null
speed
Link copied to clipboard
val
speed
:
String
?
=
null
Technically speed should be integer, but there are some invalid values (like "/") in the data.
type
Link copied to clipboard
val
type
:
String