#include <e32base.h>
#include <lbserrors.h>
#include <lbslocation.h>
#include <lbsmovementevent.h>
#include <lbslocationobserver.h>
#include <lbsmovementobserver.h>
Go to the source code of this file.
Classes | |
class | CLbsLocator |
Variables | |
const TUid | KLbsProfileIdDefault = { 0x00000000 } |
const TUid | KLbsProfileIdAreaMonitor = { 0x00000001 } |
const TUid | KLbsProfileIdLazyTracker = { 0x00000002 } |
const TUid KLbsProfileIdAreaMonitor = { 0x00000001 } |
Accuracy of approximately 3km. Updates between 100m and 3km. See CLbsLocator::SetLocatorProfile() for more information
const TUid KLbsProfileIdDefault = { 0x00000000 } |
Target accuracy of 20m. Updates every second. See CLbsLocator::SetLocatorProfile() for more information
const TUid KLbsProfileIdLazyTracker = { 0x00000002 } |
Target accuracy of 20m. Updates when device moves 30m or more. See CLbsLocator::SetLocatorProfile() for more information