Class is used for storing venue.
More...
#include <com/navigine/idl/objc/NCVenue.h>
Inherits NSObject.
|
NCPoint * | point |
| venue's X and Y coordinates in meters as Point (within the sublocation).
|
|
int32_t | locationId |
| venue's location identifier.
|
|
int32_t | sublocationId |
| venue's sublocation identifier.
|
|
int32_t | id |
| venue's identifier.
|
|
NSString * | name |
| venue's name.
|
|
NSString * | phone |
| venue's phone.
|
|
NSString * | descript |
| venue's description.
|
|
NSString * | alias |
| venue's alias.
|
|
int32_t | categoryId |
| venue's category unique identifier Category
|
|
NSString * | imageUrl |
| venue's image url if specified.
|
|
Class is used for storing venue.
Referenced from Sublocation.
Definition at line 19 of file NCVenue.h.
◆ alias
venue's alias.
Definition at line 59 of file NCVenue.h.
◆ categoryId
◆ descript
venue's description.
Definition at line 54 of file NCVenue.h.
◆ id
venue's identifier.
Definition at line 39 of file NCVenue.h.
◆ imageUrl
venue's image url if specified.
Definition at line 69 of file NCVenue.h.
◆ locationId
venue's location identifier.
Definition at line 29 of file NCVenue.h.
◆ name
◆ phone
venue's phone.
Definition at line 49 of file NCVenue.h.
◆ point
venue's X and Y coordinates in meters as Point (within the sublocation).
Definition at line 24 of file NCVenue.h.
◆ sublocationId
- (int32_t) sublocationId |
|
readnonatomicassign |
venue's sublocation identifier.
Definition at line 34 of file NCVenue.h.
The documentation for this class was generated from the following file: