We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi this may be some of a noob question, but i cannot figure out how to access the map object the provider, provides.
For example, im using MaboxGL.
mappa = new Mappa('MapboxGL', mappaKey); myMap = mappa.tileMap(options);
If i wanted to use the Mapbox member isMoving(), how would I be able to do it?
The text was updated successfully, but these errors were encountered:
I have a similiar problem
Following the documentation i discovered that it should be like:
myMap.map.MethodOfMapProvider()
Im using MapBoxGl but i can´t acces this methods. I get the error "Cannot read property 'isMoving' of undefined"
What do i need to do ?
Sorry, something went wrong.
No branches or pull requests
Hi this may be some of a noob question, but i cannot figure out how to access the map object the provider, provides.
For example, im using MaboxGL.
mappa = new Mappa('MapboxGL', mappaKey);
myMap = mappa.tileMap(options);
If i wanted to use the Mapbox member isMoving(), how would I be able to do it?
The text was updated successfully, but these errors were encountered: