Basemap Gallery Item
class BasemapGalleryItem(val title: String, val tag: Any? = null, val is3D: Boolean = false, thumbnailProvider: suspend () -> Bitmap? = { null })
The BasemapGalleryItem encompasses an element in a BasemapGallery.
Since
200.7.0
Parameters
thumbnail Provider
a lambda that returns a bitmap to use for the thumbnail image. If the lambda returns null a default thumbnail is used.
Constructors
Link copied to clipboard
constructor(basemapStyleInfo: BasemapStyleInfo)
Construct a BasemapGalleryItem with a BasemapStyleInfo.
Construct a BasemapGalleryItem with an Item.
constructor(title: String, tag: Any? = null, is3D: Boolean = false, thumbnailProvider: suspend () -> Bitmap? = { null })
creates a gallery item