mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
OpenLayers - Added source.Vector.getFeaturesAtCoordinate method.
This commit is contained in:
Vendored
+6
@@ -4180,6 +4180,12 @@ declare module ol {
|
||||
* Get all features on the source
|
||||
*/
|
||||
getFeatures(): ol.Feature[];
|
||||
|
||||
/**
|
||||
* Get the features collection associated with this source. Will be null unless the source was configured
|
||||
* with useSpatialIndex set to false, or with an ol.Collection as features.
|
||||
*/
|
||||
getFeaturesAtCoordinate(coordinate: ol.Coordinate): ol.Feature[];
|
||||
}
|
||||
|
||||
class VectorEvent {
|
||||
|
||||
Reference in New Issue
Block a user