API published in: S60 2nd Ed FP 2
Link against: lbs.lib
Location
#include <LbsPosition.h>
#include <LbsCommon.h>
#include <LbsFields.h>
Go to the source code of this file.
Data Structures | |
| class | TPositionInfoBase |
| This class provides the interface used by RPositioner to get a location fix, and as such all classes used to get location info from the location server should derive from this class. More... | |
| class | TPositionInfo |
| Standard class for getting a TPosition location fix from the location server. More... | |
| class | TPositionCourseInfo |
| Class for getting a TCourse from the location server. More... | |
| class | HPositionGenericInfo |
| Class for getting arbitrary positioning related information back from the location server. More... | |
Typedefs | |
| typedef TUint32 | TPositionUpdateType |
| Defines the type of position update provided by the positioning module. | |
Enumerations | |
| enum | _TPositionUpdateType { EPositionUpdateUnknown = 0, EPositionUpdateGeneral = 0x01 } |
| Position update types. More... | |
Variables | |
| const TInt | KPositionGenericInfoDefaultBufferSize = 1024 |
| The default size for a HPositionGenericInfo position information buffer. | |
| const TInt | KPositionGenericInfoDefaultMaxFields = 32 |
| The default number of requested fields for a HPositionGenericInfo position information buffer. | |
|
|
Defines the type of position update provided by the positioning module. The values are defined by the enumerator _TPositionUpdateType |
|
|
Position update types. |
|
|
The default size for a HPositionGenericInfo position information buffer. |
|
|
The default number of requested fields for a HPositionGenericInfo position information buffer. |