registerUser Method
Indicates that the TileAdmin should track tile requests for the specified TileUser. This is invoked by the Viewport constructor and should be invoked manually for any non-Viewport TileUser. forgetUser must be later invoked to unregister the user.
registerUser(user: TileUser): void
| Parameter | Type | Description |
|---|---|---|
| user | TileUser |
Returns - void
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.