Skip to content

Commit

Permalink
chore(update-plugins): Tue May 23 08:05:12 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nativescript-oss committed May 23, 2023
1 parent a7a5dda commit 569947a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions plugins/google-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,13 +734,16 @@ function addTileOverlay(

#### TileOverlayOptions

| Property | Type |
| :------------- | :-------------------------------------------------------- |
| `fadeIn` | `boolean` |
| `transparency` | `number` |
| `visible` | `boolean` |
| `tileProvider` | [TileProvider](#tile-providers) & Partial\<NativeObject\> |
| `zIndex` | `number` |
| Property | Type |
| :----------------- | :-------------------------------------------------------- |
| `fadeIn` | `boolean` |
| `transparency` | `number` |
| `visible` | `boolean` |
| `tileProvider` | [TileProvider](#tile-providers) & Partial\<NativeObject\> |
| `zIndex` | `number` |
| `clearTileCache()` | `void` |

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()`.

#### Removing Tile Overlays

Expand Down

0 comments on commit 569947a

Please sign in to comment.