startDownload

abstract fun startDownload(propertyId: Int, listener: PropertyDownloadManager.Listener)

Download a property map data. Use the listener to check status of download progress, failure or success.

Parameters

propertyId

Property id to stop the download.

listener

listener

See also