Added comments to mapcommon.h.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 16 Apr 2010 13:10:18 +0000 (16:10 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 16 Apr 2010 13:10:18 +0000 (16:10 +0300)
src/map/mapcommon.h

index ca9eb82..877623d 100644 (file)
@@ -40,13 +40,13 @@ static const qreal MIN_LATITUDE = -MAX_LATITUDE; ///< Minimum latitude value
 static const qreal MIN_LONGITUDE = -180.0;  ///< Minimum longitude value
 static const qreal MAX_LONGITUDE = 180.0;  ///< Maximum longitude value
 
-static const int DEFAULT_SCREEN_WIDTH = 973;
-static const int DEFAULT_SCREEN_HEIGHT = 614;
-static const int DEFAULT_ZOOM_LEVEL = 14;
-static const qreal DEFAULT_LONGITUDE = 25.5000;
-static const qreal DEFAULT_LATITUDE = 65.0000;
+static const int DEFAULT_SCREEN_WIDTH = 973;    ///< Default screen width
+static const int DEFAULT_SCREEN_HEIGHT = 614;   ///< Default screen height
+static const int DEFAULT_ZOOM_LEVEL = 14;       ///< Default zoom level
+static const qreal DEFAULT_LONGITUDE = 25.5000; ///< Default longitude value
+static const qreal DEFAULT_LATITUDE = 65.0000;  ///< Default latitude value
 
-static const int GRID_PADDING = 1;
+static const int GRID_PADDING = 1;  ///< Grid padding used in tile grid calculation
 
 /**
 * \var UNDEFINED