locationdataharvester/maptileservice/inc/maptileservice.h
changeset 31 8db05346071b
parent 30 96df3ab41000
child 41 b3dd5ec3089d
--- a/locationdataharvester/maptileservice/inc/maptileservice.h	Wed Jun 23 18:07:15 2010 +0300
+++ b/locationdataharvester/maptileservice/inc/maptileservice.h	Tue Jul 06 14:10:28 2010 +0300
@@ -116,10 +116,12 @@
     * @param contactId  app id     
     * @param sourceType Source address type( Preferred, Home , Work address )
     * @param imagePath  Maptile image path associated with the app id
+    * @param orientation Application current orientation.   
     *      
     * @return Returns the maptile fetching status.
     */
-    int getMapTileImage( int Id, AddressType sourceType, QString& imagePath  );  
+    int getMapTileImage( int Id, AddressType sourceType, 
+             QString& imagePath, Qt::Orientations orientation = Qt::Vertical  );  
     
 public slots: 
     /**