Navigation

@JsonClass(generateAdapter = true)
data class Navigation(@Json(name = WarningSettingswarningSettings: Navigation.WarningSettings?, @Json(name = EvSettingsevSettings: Navigation.EvSettings?)

Types

Builder
Link copied to clipboard
class Builder
EvSettings
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class EvSettings(@Json(name = charging_max_powerchargingMaxPower: Int?, @Json(name = battery_full_charge_thresholdbatteryFullChargeThreshold: Float?, @Json(name = battery_charging_thresholdbatteryChargingThreshold: Float?, @Json(name = battery_capacitybatteryCapacity: Double?, @Json(name = connector_typeconnectorType: Set<Int>?, @Json(name = power_typepowerType: Set<Int>?)
WarningSettings
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class WarningSettings(@Json(name = por_categoriesporCategories: List<String>?, @Json(name = por_max_distanceporMaxDistance: Int?, @Json(name = por_max_distance_urban_areaporMaxDistanceUrbanArea: Int?, @Json(name = por_max_countporMaxCount: Int?, @Json(name = next_direction_distancenextDirectionDistance: Int?, @Json(name = speed_limit_cityspeedLimitCity: Int?, @Json(name = speed_limitspeedLimit: Int?, @Json(name = speed_limit_distancespeedLimitDistance: Int?, @Json(name = speed_limit_distance_cityspeedLimitDistanceCity: Int?, @Json(name = radar_warn_distance_cityradarWarnDistanceCity: Int?, @Json(name = radar_warn_distanceradarWarnDistance: Int?, @Json(name = warn_rail_distancewarnRailDistance: Int?, @Json(name = truck_total_weighttruckTotalWeight: Int?, @Json(name = truck_hazmat_loadtruckHazmatLoad: Int?, @Json(name = is_truckisTruck: Boolean?, @Json(name = truck_max_speedtruckMaxSpeed: Int?, @Json(name = highway_exit_distancehighwayExitDistance: Int?, @Json(name = highway_exit_distance_urban_areahighwayExitDistanceUrbanArea: Int?)

Properties

evSettings
Link copied to clipboard
val evSettings: Navigation.EvSettings? = null
warningSettings
Link copied to clipboard
val warningSettings: Navigation.WarningSettings? = null