CLbsLocationResolver Class Reference
List of all members.
Constructor & Destructor Documentation
EXPORT_C CLbsLocationResolver::~CLbsLocationResolver |
( |
|
) |
|
CLbsLocationResolver::CLbsLocationResolver |
( |
|
) |
[protected] |
Member Function Documentation
EXPORT_C void CLbsLocationResolver::CancelResolveLocation |
( |
|
) |
|
Cancels an ongoing conversion operation. If there is no ongoing conversion the cancellation request is ignored.
The MLbsLocationResolverObserver callback will not be invoked if cancellation is successful.
Symbian 2nd phase constructor.
Returns the option currently set for the conversion module's connection preference [ eg. "local cache"]
- Returns:
- The enum corresponding to the currently set connection preferences (ELbsConversionNotDefined will be returned if the conversion preferences have not been set yet)
Allocates and construct a new CLbsLocationResolver
- Parameters:
-
[in] | aObserver | An observer for location conversion event. |
Allocates and construct a new CLbsLocationResolver
- Parameters:
-
[in] | aObserver | An observer for location conversion event. |
[in] | aConverterModuleId | UID of the conversion plugin to be used. |
EXPORT_C void CLbsLocationResolver::ResolveLocationL |
( |
const CLbsLocationInfo & |
aLocationInfo |
) |
|
A simple function that converts a single Location Info into a TLocality No preferences or masks may be set. The result is returned in the MLbsLocationResolverObserver callback via OnResolveLocationComplete
Only one outstanding conversion can be open at a time for each client. Attempting to perform more than one will result in a leave with KErrInUse
- Parameters:
-
[in] | aLocationInfo | the information to be converted into a location. |
EXPORT_C TInt CLbsLocationResolver::SetConversionPreferences |
( |
TLbsConversionPrefs |
aConversionPrefs |
) |
|
Sets the option for the conversion module's connection preferences [ eg. "online without prompt"]
- Parameters:
-
[in] | aConversionPref | - Enum specifying the connection preferences |
- Returns:
- KErrArgument if the value is invalid, KErrNone otherwise
The documentation for this class was generated from the following files:
- C:/Data/Dev/Synergy/MCL/lbs/lbs/locationmgmt/locmonitor/lbslocmonitorapis/ConversionApi/ConversionClientApi/inc/lbslocationresolver.h
- C:/Data/Dev/Synergy/MCL/lbs/lbs/locationmgmt/locmonitor/lbslocmonitorapis/ConversionApi/ConversionClientApi/src/lbslocationresolver.cpp