sdk-maps-static-image / com.tomtom.online.sdk.staticimage / GlideDrawableDownloader / download

download

open fun download(staticImage: StaticImage!, imageView: ImageView!): Unit

Download to container. Can be called from the main thread.

Parameters

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.

Parameters

staticImage - StaticImage!:

listener - DownloadListener!: