Map transform center settings for transitions between SYCameraMovementFree and SYCameraMovementFollowGpsPosition/SYCameraMovementFollowGpsPosition camera movement modes. More...
#include <SYMapCamera.h>
Public Attributes | |
CGPoint | transformCenterFree |
Point at which map movements and animations are centered, when camera movement mode is set to SYCameraMovementFree. The transformCenter is specified in relative coordinates in the range {[0,1],[0,1]},with {0,0} representing the lower left corner of the map and {1,1} the upper right corner. More... | |
SYMapAnimationCurve | animationCurveFree |
Animation curve when transformCenterFree is applied. More... | |
NSTimeInterval | animationDurationFree |
Animation duration when transformCenterFree is applied. More... | |
CGPoint | transformCenterFollowGps |
Point at which map movements and animations are centered, when camera movement mode is set to SYCameraMovementFollowGpsPosition or SYCameraMovementFollowGpsPositionWithAutozoom. The transformCenter is specified in relative coordinates in the range {[0,1],[0,1]},with {0,0} representing the lower left corner of the map and {1,1} the upper right corner. More... | |
SYMapAnimationCurve | animationCurveFollowGps |
Animation curve when transformCenterFollowGps is applied. More... | |
NSTimeInterval | animationDurationFollowGps |
Animation duration when transformCenterFollowGps is applied. More... | |
Map transform center settings for transitions between SYCameraMovementFree and SYCameraMovementFollowGpsPosition/SYCameraMovementFollowGpsPosition camera movement modes.
CGPoint SYTransformCenterSettings::transformCenterFree |
Point at which map movements and animations are centered, when camera movement mode is set to SYCameraMovementFree. The transformCenter is specified in relative coordinates in the range {[0,1],[0,1]},with {0,0} representing the lower left corner of the map and {1,1} the upper right corner.
SYMapAnimationCurve SYTransformCenterSettings::animationCurveFree |
Animation curve when transformCenterFree is applied.
NSTimeInterval SYTransformCenterSettings::animationDurationFree |
Animation duration when transformCenterFree is applied.
CGPoint SYTransformCenterSettings::transformCenterFollowGps |
Point at which map movements and animations are centered, when camera movement mode is set to SYCameraMovementFollowGpsPosition or SYCameraMovementFollowGpsPositionWithAutozoom. The transformCenter is specified in relative coordinates in the range {[0,1],[0,1]},with {0,0} representing the lower left corner of the map and {1,1} the upper right corner.
SYMapAnimationCurve SYTransformCenterSettings::animationCurveFollowGps |
Animation curve when transformCenterFollowGps is applied.
NSTimeInterval SYTransformCenterSettings::animationDurationFollowGps |
Animation duration when transformCenterFollowGps is applied.