| 217 | } |
| 218 | |
| 219 | void DrapeEngine::SetModelViewCenter(m2::PointD const & centerPt, int zoom, bool isAnim, bool trackVisibleViewport) |
| 220 | { |
| 221 | PostUserEvent( |
| 222 | make_unique_dp<SetCenterEvent>(centerPt, zoom, isAnim, trackVisibleViewport, nullptr /* parallelAnimCreator */)); |
| 223 | } |
| 224 | |
| 225 | void DrapeEngine::SetModelViewRect(m2::RectD const & rect, bool applyRotation, int zoom, bool isAnim, |
| 226 | bool useVisibleViewport) |
no outgoing calls
no test coverage detected