flywave-3dtile-datasource.tiles3dstylewatcher.removestylebyid
Home > @flywave/flywave-3dtile-datasource > Tiles3DStyleWatcher > removeStyleById
Tiles3DStyleWatcher.removeStyleById() method
Remove style by its identifier.
Signature:
removeStyleById(id: string): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
id | string | The style identifier. |
Returns:
boolean
`true` if style was found and removed, `false` otherwise.