PositionAnimationListener
@objc
public protocol PositionAnimationListener
Listener to changes in Position animation
-
Called when position changes with animation
Declaration
Swift
func onPositionAnimation(position: MNPosition, animationBegins: Bool)Parameters
positionnew position
animationBeginsWhether animation has began
PositionAnimationListener Protocol Reference