Location:
LbsPositionInfo.h
Link against: lbsselflocate.lib
class TPositionInfo : public TPositionInfoBase;
Standard class for getting a TPosition
location fix from the location server.
TPositionClassTypeBase
- The base class for classes used to store position information
TPositionInfoBase
- This class provides the interface used by
TPositionInfo
- Standard class for getting a
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
IMPORT_C TPositionInfo();
Default constructor. Sets the class type and class size in the base class (TPositionInfoBase
).
IMPORT_C void GetPosition(TPosition &aPosition) const;
Gets the TPosition
stored in this class
|