DownloadMapHelper
Installs base map on the device and shows DownloadMapDialogFragment if needed.
Constructors
Functions
Link copied to clipboard
fun downloadMapIfNecessary(activity: AppCompatActivity, onDownloadFinishedAction: () -> Unit)
Content copied to clipboard
Extracts an empty base map and downloads nearby regions if needed.
Link copied to clipboard
Link copied to clipboard
fun showDownloadMapDialog( fragmentManager: FragmentManager, finishButtonAction: () -> Unit = {}, skipButtonAction: () -> Unit = {})
Content copied to clipboard
Displays download map dialog.