(value, geometry, loc)
| 268 | matchGeometry(geometry) { return this.collection.matchGeometry(geometry); } |
| 269 | matchAllGeometry(geometries) { return this.collection.matchAllGeometry(geometries); } |
| 270 | search(value, geometry, loc) { return this.collection.search(value, geometry, loc); } |
| 271 | |
| 272 | |
| 273 | /** |
no outgoing calls
no test coverage detected