getReferences
getReferences: (viewport: Viewport) => Iterable<TileTreeReference, any, any> | undefined
If defined, iterates over the TileTreeReferences belonging to this provider that should be drawn in the specified Viewport. getTileTreeRefs will call this more efficient method if defined, and fall back to the less efficient forEachTileTreeRef otherwise.
Defined in
Last Updated: 21 February, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.