locationdataharvester/maptileservice/src/maptileservice.cpp
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 26 f3533f6eae3f
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
    25 // CONSTANTS
    25 // CONSTANTS
    26 // Maptile interface uid
    26 // Maptile interface uid
    27 const TUid KUidMapTileInterface = { 0x2002E6E8 };
    27 const TUid KUidMapTileInterface = { 0x2002E6E8 };
    28 // Central Repository Key IDs
    28 // Central Repository Key IDs
    29 const TInt KEnableLocationFeature  = 0x1;
    29 const TInt KEnableLocationFeature  = 0x1;
    30 const TInt KLocationFeatureAppContacts      = 0x1;
       
    31 const TInt KLocationFeatureAppCalendar      = 0x2;
       
    32 
       
    33 
    30 
    34 // -----------------------------------------------------------------------------
    31 // -----------------------------------------------------------------------------
    35 // MapTileService::isLocationFeatureEnabled()
    32 // MapTileService::isLocationFeatureEnabled()
    36 // Checks whether location feature is enabled or disabled
    33 // Checks whether location feature is enabled or disabled
    37 // -----------------------------------------------------------------------------
    34 // -----------------------------------------------------------------------------