toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-cameras-client
/
com.mapbox.dash.cameras.client
/
VisibleSpeedCamera
Visible
Speed
Camera
data
class
VisibleSpeedCamera
(
val
roadObjectId
:
String
,
val
originalId
:
String
,
val
matchedPoint
:
Point
,
val
mapboxSpeedLimit
:
Double
?
=
null
,
val
thirdPartySpeedLimit
:
Double
?
=
null
)
Members
Constructors
Visible
Speed
Camera
Link copied to clipboard
constructor
(
roadObjectId
:
String
,
originalId
:
String
,
matchedPoint
:
Point
,
mapboxSpeedLimit
:
Double
?
=
null
,
thirdPartySpeedLimit
:
Double
?
=
null
)
Properties
mapbox
Speed
Limit
Link copied to clipboard
val
mapboxSpeedLimit
:
Double
?
=
null
matched
Point
Link copied to clipboard
val
matchedPoint
:
Point
original
Id
Link copied to clipboard
val
originalId
:
String
road
Object
Id
Link copied to clipboard
val
roadObjectId
:
String
third
Party
Speed
Limit
Link copied to clipboard
val
thirdPartySpeedLimit
:
Double
?
=
null