locationdataharvester/inc/mylocationsdefines.h
changeset 31 8db05346071b
parent 26 f3533f6eae3f
child 35 59575560d1e6
equal deleted inserted replaced
30:96df3ab41000 31:8db05346071b
   119 // fetching state  column number
   119 // fetching state  column number
   120 const TInt KColumnMapTileFetchingStatus = 4;
   120 const TInt KColumnMapTileFetchingStatus = 4;
   121 
   121 
   122 const TInt KBufSize=256;
   122 const TInt KBufSize=256;
   123 
   123 
       
   124 //Different Maptile sizes for different applications
       
   125 const int MapTileWidth = 614;
       
   126 const int MapTileHeight = 250;
       
   127 const int MaptilePortraitWidth = 334;
       
   128 const int MaptilePortraitHeight = 250;
       
   129 const int MaptileContactLandscapeWidth =  382;
       
   130 const int MaptileContactLandscapeHeight = 128;
       
   131 const int MaptileCalendarLandscapeWidth = 614;
       
   132 const int MaptileCalendarLandscapeHeight = 202;    
       
   133 const int MaptileHurriganesWidth = 228;    
       
   134 const int MaptileHurriganesHeight = 170;
       
   135 
       
   136 static const char*  MAPTILE_IMAGE_PORTRAIT = "_Vertical";
       
   137 static const char*  MAPTILE_IMAGE_LANDSCAPE = "_Horizontal";
       
   138 static const char*  MAPTILE_IMAGE_CALENDAR = "_Calendar";
       
   139 static const char*  MAPTILE_IMAGE_CONTACT  = "_Contact"; 
       
   140 static const char*  MAPTILE_IMAGE_HURRIGANES = "_Hurriganes";
       
   141 static const char*  MAPTILE_IMAGE_TYPE = "PNG";
       
   142        
   124 #endif  // __MYLOCATIONSDEFINES_H__
   143 #endif  // __MYLOCATIONSDEFINES_H__
   125 // End of file
   144 // End of file
   126 
   145