|
VisioDevKit-Sample
v2.0
|
Simulates a Positioning System. More...
Inherits <NSObject>.
Instance Methods | |
| (id) | - initWithApplication:withLayerAndCameraHandler: |
| (void) | - enable |
| (void) | - disable |
| (bool) | - isEnabled |
| (void) | - setListener: |
| (void) | - fireSimulatedPosition: |
Protected Attributes | |
| NSTimer * | mSimulationTimer |
| VgApplication::VgIApplication * | mVgApplication |
| VgMyLayerAndCameraHandler * | mLayerAndCameraHandler |
| VgMyLocationListener * | mListener |
Simulates a Positioning System.
Its uses the camera as the "position provider".
| - (void) disable |
| - (void) enable |
| - (void) fireSimulatedPosition: | (NSTimer *) | pTimer |
| - (id) initWithApplication: | (VgApplication::VgIApplication *) | pVgApplication | |
| withLayerAndCameraHandler: | (VgMyLayerAndCameraHandler *) | pHandler | |
| - (bool) isEnabled |
| - (void) setListener: | (VgMyLocationListener *) | pListener |
|
protected |
|
protected |
|
protected |
|
protected |