location_plat/location_data_harvester_api/inc/locationservicedefines.h
changeset 41 b3dd5ec3089d
parent 30 96df3ab41000
--- a/location_plat/location_data_harvester_api/inc/locationservicedefines.h	Thu Sep 02 20:20:42 2010 +0300
+++ b/location_plat/location_data_harvester_api/inc/locationservicedefines.h	Mon Oct 04 00:10:56 2010 +0300
@@ -18,6 +18,31 @@
 
 #ifndef LOCATIONSERVICEDEFINES_H
 #define LOCATIONSERVICEDEFINES_H
+#include <QString>
+
+/**
+ * MaptileLookupItem struct.
+ * This structure defines a maptile lookup item.
+ */
+
+class MaptileLookupItem
+{
+public:
+    // Uid of the source entry
+    quint32 iUid;
+
+    // Source type
+    quint32 iSource;
+   
+    // File Path
+    QString iFilePath;
+    
+    // map tile fetching status
+    quint32 iFetchingStatus;
+    
+    // user setting status
+    bool iUserSetting;
+};
 
 /** Defines uid source type
  */