mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Raster Source from byte data
Hello all, I'm new to the Mapbox API, and I'm using a Raster source to render tiles on my map. Currently I'm doing this by providing a list of URLs to the "tiles" field of the source properties. However, I would really appreciate an option to render the tiles from byte data. My app will sometimes require offline work and I want to be able to load tiles from the phone's storage. Is this possible at the current time? I haven't found anything in the documentation that mentions it. Thanks!