open fun download(staticImage: StaticImage!, imageView: ImageView!): Unit
Download to container. Can be called from the main thread.
staticImage
- StaticImage!: Which map to download.
imageView
- ImageView!: Container where an image should be displayed after downloading.
open fun download(staticImage: StaticImage!, listener: DownloadListener!): Unit
Download with listener. Success Error cases. Can be used to multiplay a request in the background.
staticImage
- StaticImage!:
listener
- DownloadListener!: