General information about location. More...
#include <com/navigine/idl/objc/NCLocationInfo.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithId:version:name: |
| Default constructor for class NCLocationInfo. | |
Class Methods | |
| (nonnull instancetype) | + locationInfoWithId:version:name: |
| Factory method for class NCLocationInfo. | |
Properties | |
| int32_t | id |
| Unique location identifier. | |
| int32_t | version |
| Current location version. | |
| NSString * | name |
| location name. | |
General information about location.
Referenced from: LocationListListener, LocationListListener
Definition at line 18 of file NCLocationInfo.h.
| - (nonnull instancetype) initWithId: | (int32_t) | id | |
| version: | (int32_t) | version | |
| name: | (nonnull NSString *) | name |
Default constructor for class NCLocationInfo.
| + (nonnull instancetype) locationInfoWithId: | (int32_t) | id | |
| version: | (int32_t) | version | |
| name: | (nonnull NSString *) | name |
Factory method for class NCLocationInfo.
|
readnonatomicassign |
Unique location identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 46 of file NCLocationInfo.h.
|
readnonatomicassign |
location name.
Swift code snippet:
Objective C code snippet:
Definition at line 74 of file NCLocationInfo.h.
|
readnonatomicassign |
Current location version.
Swift code snippet:
Objective C code snippet:
Definition at line 60 of file NCLocationInfo.h.