flywave-mapview.datasource.updatetile
Home > @flywave/flywave-mapview > DataSource > updateTile
DataSource.updateTile() method
This method is called by MapView before the tile needs to be updated, for example after a theme change.
Signature:
updateTile(tile: Tile): void;
Parameters
Parameter | Type | Description |
|---|---|---|
tile | The Tile to update. |
Returns:
void