| 94 | } |
| 95 | |
| 96 | bool RouteMarkPoint::IsEqualFullType(RouteMarkType type, size_t intermediateIndex) const |
| 97 | { |
| 98 | if (type == RouteMarkType::Intermediate) |
| 99 | return m_markData.m_pointType == type && m_markData.m_intermediateIndex == intermediateIndex; |
| 100 | return m_markData.m_pointType == type; |
| 101 | } |
| 102 | |
| 103 | void RouteMarkPoint::SetIsMyPosition(bool isMyPosition) |
| 104 | { |
no outgoing calls
no test coverage detected