Add basic docs for geom.point

This commit is contained in:
Marc Jansen
2015-04-22 21:01:27 +02:00
parent 4f5982b9d0
commit 5c19415577

View File

@@ -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