(geometry)
| 266 | index(id) { return this.collection.index(id); } |
| 267 | fallback(geometry) { return this.collection.fallback(geometry); } |
| 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 |