mapbox-gl-native-android
mapbox-gl-native-android copied to clipboard
Is it possible to save vector tiles created from a GeoJsonSource?
When we use a GeoJsonSource, my understanding is that mapbox will convert the geojson data into vector tiles and then renders those tiles. My question is, is it possible to cache those tiles for reuse?
https://github.com/mapbox/geojson-vt-cpp is the C++ library doing that operation under the hood but we don't have any binding APIs or neither do we have cache options for this.