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

Method GetArrowPosition

libs/drape_frontend/animation_system.cpp:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool AnimationSystem::GetArrowPosition(m2::PointD & position)
110{
111 Animation::PropertyValue value;
112 if (GetProperty(Animation::Object::MyPositionArrow, Animation::ObjectProperty::Position, value))
113 {
114 position = value.m_valuePointD;
115 return true;
116 }
117 return false;
118}
119
120bool AnimationSystem::GetArrowAngle(double & angle)
121{

Callers 1

GetDrawablePositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected