PositionChangeListener
@objc
public protocol PositionChangeListener
                Listener to changes in Position
- 
                  
                  
Called when position changes
Declaration
Swift
func onPositionChange(position: MNPosition)Parameters
positionnew position
 
      PositionChangeListener Protocol Reference