All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages

Class is used for storing venue. More...

#include <com/navigine/idl/objc/NCVenue.h>

Inherits NSObject.

Properties

NCPointpoint
 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.
 

Detailed Description

Class is used for storing venue.

Referenced from Sublocation.

Definition at line 19 of file NCVenue.h.

Property Documentation

◆ alias

- (NSString*) alias
readnonatomicassign

venue's alias.

Definition at line 59 of file NCVenue.h.

◆ categoryId

- (int32_t) categoryId
readnonatomicassign

venue's category unique identifier Category

Definition at line 64 of file NCVenue.h.

◆ descript

- (NSString*) descript
readnonatomicassign

venue's description.

Definition at line 54 of file NCVenue.h.

◆ id

- (int32_t) id
readnonatomicassign

venue's identifier.

Definition at line 39 of file NCVenue.h.

◆ imageUrl

- (NSString*) imageUrl
readnonatomicassign

venue's image url if specified.

Definition at line 69 of file NCVenue.h.

◆ locationId

- (int32_t) locationId
readnonatomicassign

venue's location identifier.

Definition at line 29 of file NCVenue.h.

◆ name

- (NSString*) name
readnonatomicassign

venue's name.

Definition at line 44 of file NCVenue.h.

◆ phone

- (NSString*) phone
readnonatomicassign

venue's phone.

Definition at line 49 of file NCVenue.h.

◆ point

- (NCPoint*) point
readnonatomicassign

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: