--- 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:
/**