Skip to content

Commit 569947a

Browse files
chore(update-plugins): Tue May 23 08:05:12 UTC 2023
1 parent a7a5dda commit 569947a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

plugins/google-maps.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -734,13 +734,16 @@ function addTileOverlay(
734734

735735
#### TileOverlayOptions
736736

737-
| Property | Type |
738-
| :------------- | :-------------------------------------------------------- |
739-
| `fadeIn` | `boolean` |
740-
| `transparency` | `number` |
741-
| `visible` | `boolean` |
742-
| `tileProvider` | [TileProvider](#tile-providers) & Partial\<NativeObject\> |
743-
| `zIndex` | `number` |
737+
| Property | Type |
738+
| :----------------- | :-------------------------------------------------------- |
739+
| `fadeIn` | `boolean` |
740+
| `transparency` | `number` |
741+
| `visible` | `boolean` |
742+
| `tileProvider` | [TileProvider](#tile-providers) & Partial\<NativeObject\> |
743+
| `zIndex` | `number` |
744+
| `clearTileCache()` | `void` |
745+
746+
Setting tile overlay options after the tile overlay has been added to the map can have no effect on the tile overlay. To update the tile overlay, you may need to call `clearTileCache()`.
744747

745748
#### Removing Tile Overlays
746749

0 commit comments

Comments
 (0)