flywave-mapview.visibletileset.removedatasource
Home > @flywave/flywave-mapview > VisibleTileSet > removeDataSource
VisibleTileSet.removeDataSource() method
Removes all internal bookkeeping entries and cache related to specified datasource.
Called by MapView when DataSource has been removed from MapView.
Signature:
removeDataSource(dataSource: DataSource): void;
Parameters
Parameter | Type | Description |
|---|---|---|
dataSource |
Returns:
void