BasemapInfo
BasemapInfo =
object
Defined in: src/ExpoArcgis.types.ts:1773
One basemap returned by portal.fetchBasemaps.
Properties
Section titled “Properties”itemId
Section titled “itemId”itemId:
string|null
Defined in: src/ExpoArcgis.types.ts:1780
Portal item id of the underlying basemap item, or null when the basemap has no item.
Pass to <Map portalItem={{ itemId }}> to use it as the map’s basemap.
name:
string
Defined in: src/ExpoArcgis.types.ts:1775
Human-readable basemap name (e.g. "World Topographic Map").