static
| 30 | |
| 31 | // static |
| 32 | void RoutingOptions::SaveCarOptionsToSettings(RoutingOptions options) |
| 33 | { |
| 34 | settings::Set(kAvoidRoutingOptionSettingsForCar, strings::to_string(static_cast<int32_t>(options.GetOptions()))); |
| 35 | } |
| 36 | |
| 37 | void RoutingOptions::Add(RoutingOptions::Road type) |
| 38 | { |
nothing calls this directly
no test coverage detected