5 #include "MapCameraAnimationOptions.h"
13 static inline MapCameraAnimationOptions MakeDefaultMapCameraAnimationOptions()
15 return{ 0.33, 500.0, 1.0, 2.0, 5000.0,
false,
false,
true,
true };
36 double m_durationSeconds;
37 double m_preferredAnimationSpeed;
40 double m_snapDistanceThreshold;
41 bool m_hasExplicitDuration;
42 bool m_snapIfDistanceExceedsThreshold;
43 bool m_interruptByGestureAllowed;
44 bool m_interruptByApiAllowed;