diff --git a/src/ol/geom/geometry.js b/src/ol/geom/geometry.js index 346e9afa5e..256f78144d 100644 --- a/src/ol/geom/geometry.js +++ b/src/ol/geom/geometry.js @@ -133,6 +133,7 @@ ol.geom.Geometry.prototype.getClosestPoint = function(point, opt_closestPoint) { * coordinate is on the boundary of the geometry, returns false. * @param {ol.Coordinate} coordinate Coordinate. * @return {boolean} Contains coordinate. + * @api */ ol.geom.Geometry.prototype.intersectsCoordinate = function(coordinate) { return this.containsXY(coordinate[0], coordinate[1]);