locationdataharvester/mylocationsengine/src/maptileinterface.cpp
changeset 31 8db05346071b
parent 30 96df3ab41000
child 35 59575560d1e6
--- a/locationdataharvester/mylocationsengine/src/maptileinterface.cpp	Wed Jun 23 18:07:15 2010 +0300
+++ b/locationdataharvester/mylocationsengine/src/maptileinterface.cpp	Tue Jul 06 14:10:28 2010 +0300
@@ -32,8 +32,6 @@
 const TReal KInvalidLatitudeLongitude =  200.0f;
 const TInt KStreetLvelZoom = 16;
 const TInt KCityLevelZoom = 11;
-const TInt KMapTileWidth= 330;
-const TInt KMapTileHeight= 128;
 const TInt KImagePathSize=36;
 const TInt KMapTileWidthHeight = 256 ;
 _LIT(KFileExtn, ".png");
@@ -155,7 +153,7 @@
         zoom = KStreetLvelZoom;
     }
     iStreetAvailable = EFalse;
-    TMapTileParam mapTileparam(aLatitude, aLongitude, zoom, KMapTileWidth, KMapTileHeight );
+    TMapTileParam mapTileparam(aLatitude, aLongitude, zoom, MapTileWidth,MapTileHeight );
     iMaptileGeocoder->GetMapTileByGeoCodeL( mapTileparam, *iFilePath );
 }