Class describing position of the camera. More...
#include <com/navigine/idl/objc/NCCamera.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithPoint:zoom:rotation: |
| Default constructor for class NCCamera. | |
Class Methods | |
| (nonnull instancetype) | + cameraWithPoint:zoom:rotation: |
| Factory method for class NCCamera. | |
Properties | |
| NCPoint * | point |
| point the camera is looking at Point | |
| float | zoom |
| zoom level. | |
| float | rotation |
angle between Location North (top of the image) and the direction of interest on the view plane in degrees in the range [0, 360). | |
Class describing position of the camera.
Referenced from LocationWindow.
Swift code snippet:
Objective C code snippet:
Definition at line 26 of file NCCamera.h.
| + (nonnull instancetype) cameraWithPoint: | (nonnull NCPoint *) | point | |
| zoom: | (float) | zoom | |
| rotation: | (float) | rotation |
Factory method for class NCCamera.
| - (nonnull instancetype) initWithPoint: | (nonnull NCPoint *) | point | |
| zoom: | (float) | zoom | |
| rotation: | (float) | rotation |
Default constructor for class NCCamera.
|
readnonatomicassign |
point the camera is looking at Point
Definition at line 45 of file NCCamera.h.
|
readnonatomicassign |
angle between Location North (top of the image) and the direction of interest on the view plane in degrees in the range [0, 360).
Definition at line 56 of file NCCamera.h.
|
readnonatomicassign |
zoom level.
Definition at line 50 of file NCCamera.h.