S60 3rd Edition API Reference: TPositionCourseInfo Class Reference
TPositionCourseInfo Class Reference
API published in: S60 2nd Ed FP 2
Link against: lbs.lib
Capability Information
Required Capabilities
Location
#include <lbspositioninfo.h>
Inherits TPositionInfo.
Inherited by TPositionSatelliteInfo.
Detailed Description
Class for getting a TCourse from the location server.
Constructor & Destructor Documentation
| IMPORT_C TPositionCourseInfo::TPositionCourseInfo | ( | | ) | |
|
|
|
Default constructor.
Sets the class type and class size in the base class (TPositionInfoBase). |
Member Function Documentation
| IMPORT_C void TPositionCourseInfo::GetCourse | ( | TCourse & | aCourse | ) | const |
|
|
|
Get the course information returned by the positioning module.
- Parameters:
-
| [out] | aCourse | The TCourse stored in this class is copied into aCourse. |
|
| IMPORT_C void TPositionCourseInfo::SetCourse | ( | const TCourse & | aCourse | ) | |
|
|
|
Set the course information.
This is usually called by the Location framework. Clients need not call this method. - Parameters:
-
| [in] | aCourse | The TCourse stored in this class is set to aCourse. |
|
Field Documentation
The documentation for this class was generated from the following file: