Class is used to display a Navigine location via iOS UIView. More...
#include <com/navigine/idl/objc/NCLocationView.h>
Inheritance diagram for NCLocationView:Instance Methods | |
| (id) | - initWithCoder: |
| Initializes a location view with the data from an unarchiver. | |
| (id) | - initWithFrame: |
| Creates a location view with the specified frame. | |
Properties | |
| NCLocationWindow * | locationWindow |
| location view's main class. | |
Class is used to display a Navigine location via iOS UIView.
Definition at line 31 of file NCLocationView.h.
| - (id) initWithCoder: | (NSCoder *) | aDecoder |
Initializes a location view with the data from an unarchiver.
Implemented in NCDefaultNavigationView.
| - (id) initWithFrame: | (CGRect) | frame |
Creates a location view with the specified frame.
Implemented in NCDefaultNavigationView.
|
readnonatomicassign |
location view's main class.
Class is used to interact with the view.
Definition at line 48 of file NCLocationView.h.