sdk
sdk
/
com.sygic.sdk.route
/
RouteWarning
/
SectionWarning
/
AmountRestriction
/
ExceededAxleAmount
Exceeded
Axle
Amount
class
ExceededAxleAmount
(
val
section
:
GeoPolyline
,
val
limitValue
:
Int
,
val
realValue
:
Int
)
:
RouteWarning.SectionWarning.AmountRestriction
Constructors
Properties
Constructors
Exceeded
Axle
Amount
Link copied to clipboard
fun
ExceededAxleAmount
(
section
:
GeoPolyline
,
limitValue
:
Int
,
realValue
:
Int
)
Properties
limit
Value
Link copied to clipboard
val
limitValue
:
Int
real
Value
Link copied to clipboard
val
realValue
:
Int
section
Link copied to clipboard
val
section
:
GeoPolyline