MCPcopy Create free account
hub / github.com/comaps/comaps / IsModeChangeViewport

Function IsModeChangeViewport

libs/drape_frontend/my_position_controller.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

IsModeChangeViewportMethod · 0.85
CorrectScalePointMethod · 0.85
RenderMethod · 0.85
CreateAnimMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected