diff --git a/src/ol/graticule.js b/src/ol/graticule.js index 158bcb6478..9be2124351 100644 --- a/src/ol/graticule.js +++ b/src/ol/graticule.js @@ -12,6 +12,7 @@ goog.require('ol.style.Stroke'); /** + * Render a grid for a coordinate system on a map. * @constructor * @param {olx.GraticuleOptions=} opt_options Options. * @api @@ -272,6 +273,7 @@ ol.Graticule.prototype.getInterval_ = function(resolution) { /** + * Get the map associated with this graticule. * @return {ol.Map} The map. * @api */ @@ -304,6 +306,7 @@ ol.Graticule.prototype.getMeridian_ = function(lon, squaredTolerance, index) { /** + * Get the list of meridians. Meridians are lines of equal longitude. * @return {Array.