I am working on a custom renderer an I want to access vector tile data to retrieve the features geometry from :
- the offline dataset in priority
- then a fallback on the cache
- then a fallback to the Mapbox servers.
So given the bounding coordinates and a zoom level, how can I access the data ?