| 263 | bool IsSpeedCamLimitExceeded() const; |
| 264 | |
| 265 | void SetTurnNotificationsUnits(measurement_utils::Units const units) |
| 266 | { |
| 267 | m_routingSession.SetTurnNotificationsUnits(units); |
| 268 | } |
| 269 | void SetDrapeEngine(ref_ptr<df::DrapeEngine> engine, bool is3dAllowed); |
| 270 | /// \returns true if altitude information along |m_route| is available and |
| 271 | /// false otherwise. |
no outgoing calls
no test coverage detected