> For the complete documentation index, see [llms.txt](https://docs.weatherlayers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weatherlayers.com/weatherlayers-gl/controls/logo-control.md).

# Logo Control

Logo control shows WeatherLayers logo

### Example

![Logo Control](https://2604220514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhKjNRPJGaBxmTJIsheik%2Fuploads%2Fgit-blob-399e05686fe76001f649acf48c02f28ec9d9640b%2Flogo-control.png?alt=media)

```javascript
import * as WeatherLayers from 'weatherlayers-gl';

const logoControl = new WeatherLayers.LogoControl();
logoControl.addTo(document.getElementById('controls'));
```

### Constructor

#### `LogoControl(config: LogoConfig = {})`

### Methods

See [Control](/weatherlayers-gl/controls/control.md) for common Control methods.
