Poi Class Reference

Inherits from NSObject
Declared in Poi.h

  altitude

altitude Height of the poi. Values between -90 and 90.

@property (nonatomic, assign) CGFloat altitude

Declared In

Poi.h

  location

location coordinates of the poi

@property (nonatomic, strong) CLLocation *location

Declared In

Poi.h

  locationc

locationc cardinal location

@property CGPoint locationc

Declared In

Poi.h

  uId

uId unique ID of the POI

@property NSInteger uId

Declared In

Poi.h

  modelId

modelId model ID of the POI

@property NSInteger modelId

Declared In

Poi.h

  meshId

meshId mesh ID of the POI

@property NSInteger meshId

Declared In

Poi.h

  cloneId

cloneId clone ID of the POI

@property NSInteger cloneId

Declared In

Poi.h

  eadId

eadId EAD ID of the POI

@property NSInteger eadId

Declared In

Poi.h

  controllerId

controllerId controller ID of the POI

@property NSInteger controllerId

Declared In

Poi.h

  animationList

animationList list of animations of the POI

@property (nonatomic, strong) NSMutableArray *animationList

Declared In

Poi.h

  poiSize

poiSize POI size

@property CGFloat poiSize

Declared In

Poi.h

– init

Initialize Poi

- (id)init

Declared In

Poi.h