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.
Definition at line 37 of file NCLocationInfo.h.
|
readnonatomicassign |
location name.
Definition at line 47 of file NCLocationInfo.h.
|
readnonatomicassign |
Current location version.
Definition at line 42 of file NCLocationInfo.h.