WarningSettings

@JsonClass(generateAdapter = true)
data class WarningSettings(@Json(name = "por_categories"porCategories: List<String>?, @Json(name = "por_max_distance"porMaxDistance: Int?, @Json(name = "por_max_distance_urban_area"porMaxDistanceUrbanArea: Int?, @Json(name = "por_max_count"porMaxCount: Int?, @Json(name = "next_direction_distance"nextDirectionDistance: Int?, @Json(name = "speed_limit_city"speedLimitCity: Int?, @Json(name = "speed_limit"speedLimit: Int?, @Json(name = "speed_limit_distance"speedLimitDistance: Int?, @Json(name = "speed_limit_distance_city"speedLimitDistanceCity: Int?, @Json(name = "radar_warn_distance_city"radarWarnDistanceCity: Int?, @Json(name = "radar_warn_distance"radarWarnDistance: Int?, @Json(name = "warn_rail_distance"warnRailDistance: Int?, @Json(name = "truck_hazmat_load"truckHazmatLoad: Int?, @Json(name = "is_truck"isTruck: Boolean?, @Json(name = "truck_max_speed"truckMaxSpeed: Int?, @Json(name = "highway_exit_distance"highwayExitDistance: Int?, @Json(name = "highway_exit_distance_urban_area"highwayExitDistanceUrbanArea: Int?, @Json(name = "dimensional_properties"dimensionalProperties: Navigation.WarningSettings.DimensionalProperties?)

Types

Builder
Link copied to clipboard
class Builder
DimensionalProperties
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class DimensionalProperties(@Json(name = "width"width: Int, @Json(name = "weight"weight: Int, @Json(name = "axleWeight"axleWeight: Int, @Json(name = "height"height: Int, @Json(name = "length"length: Int)

Properties

dimensionalProperties
Link copied to clipboard
highwayExitDistance
Link copied to clipboard
val highwayExitDistance: Int? = null
highwayExitDistanceUrbanArea
Link copied to clipboard
val highwayExitDistanceUrbanArea: Int? = null
isTruck
Link copied to clipboard
val isTruck: Boolean? = null
nextDirectionDistance
Link copied to clipboard
val nextDirectionDistance: Int? = null
porCategories
Link copied to clipboard
val porCategories: List<String>? = null
porMaxCount
Link copied to clipboard
val porMaxCount: Int? = null
porMaxDistance
Link copied to clipboard
val porMaxDistance: Int? = null
porMaxDistanceUrbanArea
Link copied to clipboard
val porMaxDistanceUrbanArea: Int? = null
radarWarnDistance
Link copied to clipboard
val radarWarnDistance: Int? = null
radarWarnDistanceCity
Link copied to clipboard
val radarWarnDistanceCity: Int? = null
speedLimit
Link copied to clipboard
val speedLimit: Int? = null
speedLimitCity
Link copied to clipboard
val speedLimitCity: Int? = null
speedLimitDistance
Link copied to clipboard
val speedLimitDistance: Int? = null
speedLimitDistanceCity
Link copied to clipboard
val speedLimitDistanceCity: Int? = null
truckHazmatLoad
Link copied to clipboard
val truckHazmatLoad: Int? = null
truckMaxSpeed
Link copied to clipboard
val truckMaxSpeed: Int? = null
warnRailDistance
Link copied to clipboard
val warnRailDistance: Int? = null