locationdataharvester/maptileservice/src/maptileservice.cpp
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
child 30 96df3ab41000
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
    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 
    30 
    31 
    31 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------
    32 // MapTileService::isLocationFeatureEnabled()
    33 // MapTileService::isLocationFeatureEnabled()
    33 // Checks whether location feature is enabled or disabled
    34 // Checks whether location feature is enabled or disabled
    34 // -----------------------------------------------------------------------------
    35 // -----------------------------------------------------------------------------