fetchBasemaps

suspend fun fetchBasemaps(): Result<List<Basemap>>

Retrieves the portal's basemaps using the PortalInfo.basemapGalleryGroupQuery query string. The result is a read-only collection of Basemap objects. The basemaps are not loaded, but their PortalItem metadata are available using Basemap.item.

Return

a Result containing a list of Basemaps

Since

200.0.0