Skip to content

Commit

Permalink
Update PLUGINS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jul 23, 2024
1 parent 4d3ef3c commit 2f5d0fc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,26 @@ tiles.registerPlugin( new TilesCompressionPlugin() );
tiles.registerPlugin( new TilesFadePlugin() );
```

## GoogleCloudAuthPlugin

### constructor

```js
constructor( { accessToken : String } )
```

Takes the Google Cloud access token.

## CesiumIonAuthPlugin

### constructor

```js
constructor( { accessToken : String, assetId = null : String | null } )
```

Takes the CesiumIon access token and optionally the asset id. If the asset id is not provided then the Cesium Ion URL is expected to have been passed into the `TilesRenderer` constructor.

## TilesOverlayPlugin

_available in the examples directory_
Expand Down

0 comments on commit 2f5d0fc

Please sign in to comment.