| 100 | } |
| 101 | |
| 102 | m2::RectD Track::GetLimitRect() const |
| 103 | { |
| 104 | if (m_interactionData) |
| 105 | return m_interactionData->m_limitRect; |
| 106 | return GetLimitRectImpl(); |
| 107 | } |
| 108 | |
| 109 | double Track::GetLengthMeters() const |
| 110 | { |
no outgoing calls
no test coverage detected