VImageSource

ImageSource component.

<v-image-source
  id="image-source-id"
  :url="url"
  :coordinates="coordinates"
/>

Example

Init Map

Render v-image-source component.

Property

PropertyRequiredTypeDescription
idtruestringsource id
urltruestring, ImageDataimage url or image data
coordinatestruelngLat[]image source coordinates

for more details you can access to mapbox website, go toopen in new window

Last Updated:
Contributors: timeroute