You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
how I can I get access to the raw MapboxGl object? Thx a lot!
<template><MglMap> /* some properties */></MglMap></template><script>import{ Mapbox }from"mapbox-gl"import{MglMap}from"vue-mapbox"exportdefault{name: "MapComponent",components: {
MglMap
},created(){console.log(Mapbox.getCenter())// does not work: Mapbox is undefined}}</script>
The text was updated successfully, but these errors were encountered:
Hello everyone,
how I can I get access to the raw MapboxGl object? Thx a lot!
The text was updated successfully, but these errors were encountered: