Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: LbsPositionInfo.h
Link against: lbsselflocate.lib

Class TPositionInfo

class TPositionInfo : public TPositionInfoBase;

Description

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

Derivation

Members

Defined in TPositionInfo:
GetPosition(), SetPosition(), TPositionInfo(), iPosition

Inherited from TPositionClassTypeBase:
PositionClassSize(), PositionClassType(), iPosClassSize, iPosClassType

Inherited from TPositionInfoBase:
ModuleId(), PositionMode(), PositionModeReason(), SetModuleId(), SetPositionMode(), SetPositionModeReason(), SetUpdateType(), UpdateType(), iModuleId, iPositionMode, iPositionModeReason, iUpdateType


Construction and destruction


TPositionInfo()

IMPORT_C TPositionInfo();

Description

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

[Top]


Member functions


GetPosition()

IMPORT_C void GetPosition(TPosition &aPosition) const;

Description

Gets the TPosition stored in this class

Parameters

TPosition &aPosition

The TPosition stored in this class is copied into aPosition


SetPosition()

IMPORT_C void SetPosition(const TPosition &aPosition);

Description

Sets the TPosition stored in this class

Parameters

const TPosition &aPosition

The TPosition stored in this class is set to aPosition

[Top]


Member data


iPosition

protected: TPosition iPosition;

Description

The TPosition.