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?
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?