Map Downloader Service
MapDownloaderService object.
Properties
Inherited 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
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