S60 3rd Edition API Reference: TPositionInfo Class Reference

TPositionInfo Class Reference

API published in: S60 2nd Ed FP 2

Link against: lbs.lib

Capability Information

Required Capabilities

Location


#include <lbspositioninfo.h>

Inherits TPositionInfoBase.

Inherited by HPositionGenericInfo, and TPositionCourseInfo.


Detailed Description

Standard class for getting a
TPosition location fix from the location server.

Public Member Functions

IMPORT_C TPositionInfo ()
 Default constructor.
IMPORT_C void GetPosition (TPosition &aPosition) const
 Get the position information returned by the positioning module.
IMPORT_C void SetPosition (const TPosition &aPosition)
 Set the position information.

Protected Attributes

TPosition iPosition
 The TPosition.

Constructor & Destructor Documentation

IMPORT_C TPositionInfo::TPositionInfo  ) 
 

Default constructor.

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


Member Function Documentation

IMPORT_C void TPositionInfo::GetPosition TPosition aPosition  )  const
 

Get the position information returned by the positioning module.

Parameters:
[out] aPosition The TPosition stored in this class is copied into aPosition
IMPORT_C void TPositionInfo::SetPosition const TPosition aPosition  ) 
 

Set the position information.

This is usually called by the Location framework. Clients need not call this method.

Parameters:
[in] aPosition The TPosition stored in this class is set to aPosition

Field Documentation

TPosition TPositionInfo::iPosition [protected]
 

The TPosition.


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

Copyright © Nokia Corporation 2001-2007
Back to top