| 149 | } |
| 150 | |
| 151 | bool IsModeChangeViewport(location::EMyPositionMode mode) |
| 152 | { |
| 153 | return mode == location::Follow || mode == location::FollowAndRotate; |
| 154 | } |
| 155 | } // namespace |
| 156 | |
| 157 | MyPositionController::MyPositionController(Params && params, ref_ptr<DrapeNotifier> notifier) |
no outgoing calls
no test coverage detected