Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Classes | Typedefs
NMCameraController.h File Reference

Classes

class  NMCameraController
 

Typedefs

typedef void(^ NMAnimationCompletion) (BOOL finished, BOOL canceled)
 

Typedef Documentation

◆ NMAnimationCompletion

typedef void(^ NMAnimationCompletion) (BOOL finished, BOOL canceled)

A completion handler block for animated change of camera position. This block has no return value and takes two arguments: 1) BOOL argument that indicates whether or not the animation actually finished before the completion handler was called and 2) BOOL argument that indicates whether or not the animation was canceled. If the duration of the animation is 0, this block is performed at the beginning of the next run loop cycle.