sdk-maps-static-image / com.tomtom.online.sdk.staticimage / StaticImage / downloadInto

downloadInto

open fun downloadInto(imageView: ImageView!): Unit

A Method used to download a static image into image view. A Method uses #getDownloader(Context). A Method can be overwritten to provide a custom downloader. It can be called from the main thread.

Parameters

imageView - ImageView!: The container for the image.