(id)
| 263 | |
| 264 | |
| 265 | item(id) { return this.collection.item(id); } |
| 266 | index(id) { return this.collection.index(id); } |
| 267 | fallback(geometry) { return this.collection.fallback(geometry); } |
| 268 | matchGeometry(geometry) { return this.collection.matchGeometry(geometry); } |
no outgoing calls
no test coverage detected