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.

Public Member Functions

IMPORT_C TPositionCourseInfo ()
 Default constructor.
IMPORT_C void GetCourse (TCourse &aCourse) const
 Get the course information returned by the positioning module.
IMPORT_C void SetCourse (const TCourse &aCourse)
 Set the course information.

Protected Attributes

TCourse iCourse
 The TCourse.

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

TCourse TPositionCourseInfo::iCourse [protected]
 

The TCourse.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top