Map Downloader Service
MapDownloaderService object.
Properties
Functions
Link copied to clipboard
Cancel a previously started download This method is also asynchronous you should wait for a 'notifyComplete' event in your progress listener.
Link copied to clipboard
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Link copied to clipboard
external fun startDownload(areas: ArrayList<RectangleGeographicArea>, progressListener: ProgressListener)
Download tiles for the given area. This method is asynchronous you should always call it with a progress listener