From 5c19415577e43ba62826e431b3d5ecc0591c265f Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 22 Apr 2015 21:01:27 +0200 Subject: [PATCH] Add basic docs for geom.point --- src/ol/geom/point.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/geom/point.js b/src/ol/geom/point.js index 23ca53d77c..3d0a133e44 100644 --- a/src/ol/geom/point.js +++ b/src/ol/geom/point.js @@ -62,6 +62,7 @@ ol.geom.Point.prototype.closestPointXY = /** + * Return the coordinate of the point. * @return {ol.Coordinate} Coordinates. * @api stable */ @@ -98,6 +99,7 @@ ol.geom.Point.prototype.intersectsExtent = function(extent) { /** + * Set the coordinate of the point. * @param {ol.Coordinate} coordinates Coordinates. * @param {ol.geom.GeometryLayout=} opt_layout Layout. * @api stable