Class is used to listen for camera updates. More...
#include <com/navigine/idl/objc/NCCameraListener.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onCameraPositionChanged:finished: |
| Triggered when the camera position changed. | |
Class is used to listen for camera updates.
Referenced from LocationWindow.
Definition at line 20 of file NCCameraListener.h.
| - (void) onCameraPositionChanged: | (NCCameraUpdateReason) | reason | |
| finished: | (BOOL) | finished |
Triggered when the camera position changed.
| reason | reason of camera update. |
| finished | true if the camera finished moving, false otherwise. If a movement is cancelled then reason represents initiator of cancellation. |
Swift code snippet:
Objective C code snippet: