ImageProvider

interface ImageProvider

ImageProvider

Author

Jose J Varó - Copyright © 2018 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
abstract fun clearCache()
Invoked from clearCachedData
Link copied to clipboard
abstract fun loadImageAsync(@NonNull imageUrl: String, @NonNull listener: OnSingleImageLoadedListener)
Asynchronously loads the given image Note that only raster images are supported
Link copied to clipboard
abstract fun loadImagesAsync(@NonNull imageUrlList: List<String>, @NonNull listener: OnMultipleImagesLoadedListener)
Asynchronously loads the given image list
Link copied to clipboard
abstract fun terminate()

Inheritors

Link copied to clipboard