Class is used to display a Navigine location via iOS UIView. More...
#include <com/navigine/idl/objc/NCLocationView.h>
Inherits UIView.
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.
- (id) initWithFrame: | (CGRect) | frame |
Creates a location view with the specified frame.
|
readnonatomicassign |
location view's main class.
Class is used to interact with the view.
Definition at line 48 of file NCLocationView.h.