MapSettings
MapSettings(
__namedParameters):Element
Defined in: src/MapSettings.tsx:30
Global ArcGIS settings (mirrors esriConfig). Applies the API key and license synchronously
during render, before any descendant <Map> / <MapView> (and the native map load) mount — so
the very first map load already sees them. Guarded by value so each only re-applies when it changes.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”PropsWithChildren<MapSettingsProps>
Returns
Section titled “Returns”Element