Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <LbsPositionInfo.h>
Link against: lbs.lib
Link against: lbsselflocate.lib

Class TPositionCourseInfo

class TPositionCourseInfo : public TPositionInfo;

Description

Class for getting a TCourse from the location server.

Derivation

Members

Defined in TPositionCourseInfo:

Inherited from TPositionClassTypeBase:

Inherited from TPositionInfo:

Inherited from TPositionInfoBase:


Construction and destruction


TPositionCourseInfo()

IMPORT_C TPositionCourseInfo();

Description

Default constructor. Sets the class type and class size in the base class (TPositionInfoBase).

[Top]


Member functions


GetCourse(TCourse &)const

IMPORT_C void GetCourse(TCourse &aCourse) const;

Description

Gets the TCourse stored in this class

Parameters

TCourse &aCourse

The TCourse stored in this class is copied into aCourse.


SetCourse(const TCourse &)

IMPORT_C void SetCourse(const TCourse &aCourse);

Description

Sets the TCourse stored in this class

Parameters

const TCourse &aCourse

The TCourse stored in this class is set to aCourse.

[Top]


Member data


iCourse

protected: TCourse iCourse;

Description

The TCourse.