Discover & Delete offline maps #973
-
hi all, i'm building an app where the user can download maps for offline use. downloading the maps works but i have not yet found any way to delete specific previously downloaded regions and also not how to discover which regions are downloaded (without explicitly saving the bounding boxes from the downloads itself). thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can set metaData Property like below
then you can find and delete the region id that have your custom metadata via getListOfRegions method.
|
Beta Was this translation helpful? Give feedback.
You can set metaData Property like below
then you can find and delete the region id that have your custom metadata via getListOfRegions method.