MLbsLocationResolverObserver Class Reference
List of all members.
Member Function Documentation
virtual void MLbsLocationResolverObserver::OnResolveLocationComplete |
( |
TInt |
aStatus, |
|
|
const TLocality & |
aLocality | |
|
) |
| | [pure virtual] |
The callback is used by the LBS subsystem to inform a client application that a simple CLbsLocationResolver conversion process initiated through the CLbsLocationResolver::ResolveLocationL method has been finished.
- Parameters:
-
| aStatus | status of conversion, KErrNone for success, standard system error code in other cases. Note that in the event of a cancellation this method will not execute. |
| aBasicLocationInfo | the location conversion that was requested. If the conversion has failed the values will be uninitialised |
EXPORT_C TVersion MLbsLocationResolverObserver::Version |
( |
|
) |
const [virtual] |
Gets the current version of the observer interface. Derived classes should not change the implementation.
- Returns:
- Version number (currently 1.0.0)
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