loadAndUpdate

open override fun loadAndUpdate()

Load and update map files from this service.

  • Load all currently downloaded files

  • Try to get a list of files to update from the server

  • Download those files if any

  • Reload them into the map

Return

MapServicesListener.onUpdateSuccess if the files are up-to-date or if the update was successful.

MapServicesListener.onUpdateError if a step failed.