| 230 | } |
| 231 | |
| 232 | void DrapeEngine::SetModelViewAnyRect(m2::AnyRectD const & rect, bool isAnim, bool useVisibleViewport) |
| 233 | { |
| 234 | PostUserEvent(make_unique_dp<SetAnyRectEvent>(rect, isAnim, true /* fitInViewport */, useVisibleViewport)); |
| 235 | } |
| 236 | |
| 237 | void DrapeEngine::ClearUserMarksGroup(kml::MarkGroupId groupId) |
| 238 | { |
no outgoing calls
no test coverage detected