S60 3rd Edition API Reference: TPositionInfoBase Class Reference
TPositionInfoBase Class Reference API published in: S60 2nd Ed FP 2
Link against: lbs.lib
Capability Information Required Capabilities Location
#include <lbspositioninfo.h >
Inherits TPositionClassTypeBase .
Inherited by TPositionInfo .
Detailed Description
This class provides the interface used by RPositioner to get a location fix, and as such all classes used to get location info from the location server should derive from this class.
Class contains info about the update type and the ID of the module that gave the location fix
Constructor & Destructor Documentation
IMPORT_C TPositionInfoBase::TPositionInfoBase ( ) [protected]
Helper method.
To be used within the class
Member Function Documentation
Get the unique identifier of the positioning module that provided the fix.
Returns: Returns the module Id of the module that gave the position fix.
Set the unique identifier of the positioning module that provided the fix.
This is usually called by the Location framework. Clients need not call this method.
Parameters:
aModuleId Module Id stored in this class is set to aModuleId.
Set the type of position update provided to the client.
This is usually called by the Location framework. Clients need not call this method.
Parameters:
aUpdateType The update type of the position fix in this class is set to this.
Get the type of position update provided to the client.
Returns: Returns the update type of the position fix.
Field Documentation
The Id of the module that gave the location fix.
The type of update that this location fix represents.
The documentation for this class was generated from the following file: