vue-mapbox
Version:
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
22 lines (14 loc) • 514 B
Markdown
# ImageLayer
## Props
All common [layers props](/api/Layers/README.md#props)
### `source`
- **Type:** `Object | String`
- **Non-Synced**
- **Description:** A data source containing an image.
- **See:** `ImageSource` in [Mapbox API Docs](https://docs.mapbox.com/mapbox-gl-js/api/#imagesource)
::: tip Reactivity
`coordinates` and `url` fields of the `source` prop are reactive.
If you change their value, changes automatically applied to the map.
:::
## Events
All common layer [events](/api/Layers/#events)