Ready-to-use navigation view with built-in UI: zoom controls, floor selector, “follow me” toggle and user location layer. Hooks SDK listeners (location, sublocation, camera) and keeps widgets in sync. More...
#include <com/navigine/idl/objc/NCDefaultNavigationView.h>
Inheritance diagram for NCDefaultNavigationView:Instance Methods | |
| (id) | - initWithCoder: |
| Initializes a location view from Interface Builder / storyboard. | |
| (id) | - initWithFrame: |
| Creates a location view with the specified frame. | |
Properties | |
| NCLocationWindow * | locationWindow |
| location view's main class. | |
Ready-to-use navigation view with built-in UI: zoom controls, floor selector, “follow me” toggle and user location layer. Hooks SDK listeners (location, sublocation, camera) and keeps widgets in sync.
Definition at line 21 of file NCDefaultNavigationView.h.
| - (id) initWithCoder: | (NSCoder *) | aDecoder |
Initializes a location view from Interface Builder / storyboard.
Implements NCLocationView.
| - (id) initWithFrame: | (CGRect) | frame |
Creates a location view with the specified frame.
Implements NCLocationView.
|
readnonatomicassigninherited |
location view's main class.
Class is used to interact with the view.
Definition at line 48 of file NCLocationView.h.