VisioDevKit-Sample
v2.0
|
Interface for any location provider. More...
Public Member Functions | |
virtual | ~VgMyLocationProvider () |
virtual void | enable ()=0 |
virtual void | disable ()=0 |
virtual bool | isEnabled ()=0 |
virtual void | setListener (VgMyLocationListener *pListener)=0 |
Sets the listener object to receive location updates. More... | |
Interface for any location provider.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Sets the listener object to receive location updates.
pListener | Listener object. Pass NULL to reset. |