const TInt | KPositionGenericInfoDefaultBufferSize |
The default size for a HPositionGenericInfo position information buffer
const TInt | KPositionGenericInfoDefaultMaxFields |
The default number of requested fields for a HPositionGenericInfo position information buffer
Position update types
Enumerator | Value | Description |
---|---|---|
EPositionUpdateUnknown | 0 |
EPositionUpdateUnknown |
EPositionUpdateGeneral | 0x01 |
EPositionUpdateGeneral |
Position mode reasons. These values summarise the reasons why module was unable to uses its preferred calculation mode when producing a position update. The values are a bit mask that can be combined to describe the various reasons.
NetworkError is used when there is no network coverage or the service is unavailable.
LocalError represents environmental reasons that prevent a terminal based calculation - such as no satellites in view.
DataError is returned when there is a problem with the initialisation data. For example, GPS assistance data was received but it was either invalid or could not be used..
Enumerator | Value | Description |
---|---|---|
EPositionModeReasonNone | 0 |
Mode reason none |
EPositionModeReasonNetworkError | 1 << 0 |
Mode reason network error |
EPositionModeReasonLocalError | 1 << 1 |
Mode reason local error |
EPositionModeReasonDataError | 1 << 2 |
Mode reason data error |