location_plat/location_data_harvester_api/inc/maptilegeocoderplugin.h
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
   131      * @param aLongitude longitude value
   131      * @param aLongitude longitude value
   132      * @param aZoom  maptile zoom level
   132      * @param aZoom  maptile zoom level
   133      * @param aSize requested maptile size
   133      * @param aSize requested maptile size
   134      *
   134      *
   135      */
   135      */
   136     TMapTileParam( const TReal aLatitude, const TReal aLongitude, const TInt aZoom, const TInt aSize ):
   136     TMapTileParam( const TReal aLatitude, const TReal aLongitude, 
   137         iLattitude( aLatitude ), iLongitude( aLongitude ), iZoomLevel( aZoom ), iSize( aSize )
   137             const TInt aZoom, const TInt aWidth, const TInt aHeight ): iLattitude( aLatitude ),
       
   138             iLongitude( aLongitude ), iZoomLevel( aZoom ), iWidth( aWidth ), iHeight( aHeight )
   138     {
   139     {
   139     }
   140     }
   140 		
   141 		
   141     
   142     
   142     /**
   143     /**
   153     TReal iLattitude;
   154     TReal iLattitude;
   154     //Longitude
   155     //Longitude
   155     TReal iLongitude;
   156     TReal iLongitude;
   156     //Zoom level
   157     //Zoom level
   157     TInt iZoomLevel;
   158     TInt iZoomLevel;
   158     //Required image size
   159     //Required image width
   159     TInt iSize;
   160     TInt iWidth;
       
   161     //Required image height
       
   162     TInt iHeight;
   160 };
   163 };
   161 
   164 
   162 
   165 
   163 /**
   166 /**
   164  * TConnectionOption
   167  * TConnectionOption