MapDownloaderService constructor
Creates a new MapDownloaderService instance.
Use the default constructor to obtain a service instance that can start downloads and provide transfer statistics.
Implementation
factory MapDownloaderService() {
return MapDownloaderService._create();
}