location_plat/location_data_harvester_api/inc/locationservicedefines.h
changeset 41 b3dd5ec3089d
parent 30 96df3ab41000
equal deleted inserted replaced
38:793f76d9ab0c 41:b3dd5ec3089d
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef LOCATIONSERVICEDEFINES_H
    19 #ifndef LOCATIONSERVICEDEFINES_H
    20 #define LOCATIONSERVICEDEFINES_H
    20 #define LOCATIONSERVICEDEFINES_H
       
    21 #include <QString>
       
    22 
       
    23 /**
       
    24  * MaptileLookupItem struct.
       
    25  * This structure defines a maptile lookup item.
       
    26  */
       
    27 
       
    28 class MaptileLookupItem
       
    29 {
       
    30 public:
       
    31     // Uid of the source entry
       
    32     quint32 iUid;
       
    33 
       
    34     // Source type
       
    35     quint32 iSource;
       
    36    
       
    37     // File Path
       
    38     QString iFilePath;
       
    39     
       
    40     // map tile fetching status
       
    41     quint32 iFetchingStatus;
       
    42     
       
    43     // user setting status
       
    44     bool iUserSetting;
       
    45 };
    21 
    46 
    22 /** Defines uid source type
    47 /** Defines uid source type
    23  */
    48  */
    24 enum TUidSourceType
    49 enum TUidSourceType
    25 {
    50 {