| 62 | ms::LatLon const & GetPoint(uint32_t pointId) const { return GetJunction(pointId).GetLatLon(); } |
| 63 | |
| 64 | uint32_t GetPointsCount() const { return static_cast<uint32_t>(m_junctions.size()); } |
| 65 | |
| 66 | // Note. It's possible that car_model was changed after the map was built. |
| 67 | // For example, the map from 12.2016 contained highway=pedestrian |