diff --git a/openlayers/openlayers.d.ts b/openlayers/openlayers.d.ts index 4ad8027f1..f16b21fa1 100644 --- a/openlayers/openlayers.d.ts +++ b/openlayers/openlayers.d.ts @@ -4180,6 +4180,11 @@ declare module ol { * Get all features on the source */ getFeatures(): ol.Feature[]; + + /** + * Get all features whose geometry intersects the provided coordinate. + */ + getFeaturesAtCoordinate(coordinate: ol.Coordinate): ol.Feature[]; } class VectorEvent {