TurnInfo ----------------------------------------------------------------------------------------
| 140 | |
| 141 | // TurnInfo ---------------------------------------------------------------------------------------- |
| 142 | bool TurnInfo::IsSegmentsValid() const |
| 143 | { |
| 144 | if (m_ingoing->m_path.empty() || m_outgoing->m_path.empty()) |
| 145 | { |
| 146 | LOG(LWARNING, ("Some turns can't load the geometry.")); |
| 147 | return false; |
| 148 | } |
| 149 | return true; |
| 150 | } |
| 151 | |
| 152 | // RoutePointIndex --------------------------------------------------------------------------------- |
| 153 | bool RoutePointIndex::operator==(RoutePointIndex const & index) const |