| 223 | } |
| 224 | |
| 225 | void DrapeEngine::SetModelViewRect(m2::RectD const & rect, bool applyRotation, int zoom, bool isAnim, |
| 226 | bool useVisibleViewport) |
| 227 | { |
| 228 | PostUserEvent(make_unique_dp<SetRectEvent>(rect, applyRotation, zoom, isAnim, useVisibleViewport, |
| 229 | nullptr /* parallelAnimCreator */)); |
| 230 | } |
| 231 | |
| 232 | void DrapeEngine::SetModelViewAnyRect(m2::AnyRectD const & rect, bool isAnim, bool useVisibleViewport) |
| 233 | { |