locationdataharvester/maptileservice/inc/maptileservice.h
changeset 31 8db05346071b
parent 30 96df3ab41000
child 41 b3dd5ec3089d
equal deleted inserted replaced
30:96df3ab41000 31:8db05346071b
   114     * Returns a maptile image path if it is available otherwise returns NULL.
   114     * Returns a maptile image path if it is available otherwise returns NULL.
   115     * 
   115     * 
   116     * @param contactId  app id     
   116     * @param contactId  app id     
   117     * @param sourceType Source address type( Preferred, Home , Work address )
   117     * @param sourceType Source address type( Preferred, Home , Work address )
   118     * @param imagePath  Maptile image path associated with the app id
   118     * @param imagePath  Maptile image path associated with the app id
       
   119     * @param orientation Application current orientation.   
   119     *      
   120     *      
   120     * @return Returns the maptile fetching status.
   121     * @return Returns the maptile fetching status.
   121     */
   122     */
   122     int getMapTileImage( int Id, AddressType sourceType, QString& imagePath  );  
   123     int getMapTileImage( int Id, AddressType sourceType, 
       
   124              QString& imagePath, Qt::Orientations orientation = Qt::Vertical  );  
   123     
   125     
   124 public slots: 
   126 public slots: 
   125     /**
   127     /**
   126      * Receives maptile status information and emits the maptilFetchingStatusUpdate
   128      * Receives maptile status information and emits the maptilFetchingStatusUpdate
   127      * signal.
   129      * signal.