Is it possible to manage the downloading of the tiles via flutter CacheManager ? #387
Replies: 2 comments 2 replies
-
Sorry, I don't quite understand what you are trying to achieve. Are you trying to set priorities for network requests made by the plugin when requesting map data compared to other network requests made by your Flutter project (e.g. in case of limited bandwidth)? |
Beta Was this translation helpful? Give feedback.
-
Exactly ! I would like to know if the map is downloading, start downloading, stops downloading, even beeing able to pause/restart download in order to priotarize requests between different objects that need bandwith. For exemple in FlutterMap with rasterLayers, there is a TileProvider parameter that allow to set a request controller that provides the data to the map that you can manage (between the network and the map). Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am new to maplibre and start to test all its capabilities that seem very nice.
I was wondering : In my app I try to pilot the different network requests to prioritarize the traffic (images, videos) and I wish I could manage map requests to the tile server.
Is there a way to do so ?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions