diff -r f3533f6eae3f -r 96df3ab41000 locationdataharvester/mylocationsengine/src/maptileinterface.cpp --- a/locationdataharvester/mylocationsengine/src/maptileinterface.cpp Fri Jun 11 13:33:47 2010 +0300 +++ b/locationdataharvester/mylocationsengine/src/maptileinterface.cpp Wed Jun 23 18:07:15 2010 +0300 @@ -29,8 +29,8 @@ #include //Invalid latitude & longitude value -const TReal KInvalidLatitudeLongitude = 200.00; -const TInt KStreetLvelZoom = 15; +const TReal KInvalidLatitudeLongitude = 200.0f; +const TInt KStreetLvelZoom = 16; const TInt KCityLevelZoom = 11; const TInt KMapTileWidth= 330; const TInt KMapTileHeight= 128; @@ -142,7 +142,7 @@ } // ----------------------------------------------------------------------------- -// CMapTileInterface::GetMapTileImageL() +// CMapTileInterface::GetMapTileL() // Function for Retrieving latitude & longitude information // ----------------------------------------------------------------------------- //