Poi2D Class Reference

Inherits from Poi : NSObject
Declared in Poi2D.h

  isPoiBeingLoaded

isPoiBeingLoaded whether the POI is being loaded or not

@property (nonatomic, assign) BOOL isPoiBeingLoaded

Declared In

Poi2D.h

  isPoiLoaded

isPoiLoaded whether the POI is loaded or not

@property (nonatomic, assign) BOOL isPoiLoaded

Declared In

Poi2D.h

  isFileSaved

isFileSaved whether the texture has been locally stored

@property (nonatomic, assign) BOOL isFileSaved

Declared In

Poi2D.h

  url

url URL to download the texture to display

@property (nonatomic, strong) NSURL *url

Declared In

Poi2D.h

  frameLoading

frameLoading current frame being load on POI

@property (nonatomic) NSInteger frameLoading

Declared In

Poi2D.h

  selAlph

selAlph Set alpha value

@property (nonatomic) CGFloat selAlph

Declared In

Poi2D.h

  nselAlph

nselAlph Non alpha value

@property (nonatomic) CGFloat nselAlph

Declared In

Poi2D.h

  texturePath

texturePath 2D POI texture

@property (nonatomic, strong) NSString *texturePath

Declared In

Poi2D.h

  fileSelTexturePath

fileSelTexturePath path to the selection remote texture

@property (nonatomic, strong) NSString *fileSelTexturePath

Declared In

Poi2D.h

  fileSelNonTexturePath

fileSelNonTexturePath path to the non selection remote texture

@property (nonatomic, strong) NSString *fileSelNonTexturePath

Declared In

Poi2D.h

– setSelectedAlpha:

set POI alpha on selection

- (void)setSelectedAlpha:(CGFloat)selectedAlpha

Parameters

selectedAlpha

alpha of the poi

Declared In

Poi2D.h

– getSelectedAlpha

get POI alpha on selection

- (CGFloat)getSelectedAlpha

Return Value

selectedAlpha alpha of the poi

Declared In

Poi2D.h

– setNotSelectedAlpha:

set not selected POI alpha

- (void)setNotSelectedAlpha:(CGFloat)notSelectedAlpha

Parameters

notSelectedAlpha

alpha of the poi

Declared In

Poi2D.h

– getNotSelectedAlpha

get not selected POI alpha

- (CGFloat)getNotSelectedAlpha

Return Value

notSelectedAlpha alpha of the poi

Declared In

Poi2D.h

– setTextureSelectionPath:

set POI texture on selection

- (void)setTextureSelectionPath:(NSString *)textureSelectionPath

Parameters

textureSelectionPath

2D POI selection texture

Declared In

Poi2D.h

– getTextureSelectionPath

get POI texture on selection

- (NSString *)getTextureSelectionPath

Return Value

textureSelectionPath 2D POI selection texture

Declared In

Poi2D.h

– setTextureNonSelectionPath:

set not selected POI texture

- (void)setTextureNonSelectionPath:(NSString *)textureNonSelectionPath

Parameters

textureNonSelectionPath

2D POI non selection texture

Declared In

Poi2D.h

– getTextureNonSelectionPath

get not selected POI texture

- (NSString *)getTextureNonSelectionPath

Return Value

textureNonSelectionPath 2D POI non selection texture

Declared In

Poi2D.h

– setTextureSelectionPathFromView:

set 2D POI texture from resources

- (void)setTextureSelectionPathFromView:(UIView *)view

Parameters

view

UIView to set as image

Declared In

Poi2D.h

– setTextureNonSelectionPathFromView:

set 2D POI texture from resources

- (void)setTextureNonSelectionPathFromView:(UIView *)view

Parameters

view

UIView to set as image

Declared In

Poi2D.h