Build 2D and 3D mapping applications with client APIs, the basemap styles service, and data services.
Use the portal service to create, manage, and access geospatial content and to also manage users and groups in your portal.
Import, manage, and access your data by creating data services in ArcGIS.
Style 2D and 3D data from feature services and scene services.
Discover patterns, gain insights, and solve problems using the spatial analysis and raster analysis services.
Find places and get detailed information for businesses, locations, and other points of interest with the places service.
Search for addresses, reverse geocode, get suggestions, and batch geocode with the geocoding service.
Find routes and directions or solve complex network problems with the routing service.
Get local facts and demographic data for locations with the GeoEnrichment service.
Get elevation values for a single location or multiple locations on land or water.
Access secure content and services in ArcGIS with API keys, OAuth 2.0, and user authentication.
Build applications that work when network connectivity is unreliable or entirely absent.
Discover vector, raster, and table datasets for your applications.
ArcGIS Maps SDK for JavaScriptReferences
import AttributionItem from "@arcgis/core/views/support/AttributionItem.js";
const AttributionItem = await $arcgis.import("@arcgis/core/views/support/AttributionItem.js");
Represents an attribution item for a specific layer in the view.
View.attributionItems
score
number
text
string
The score for this attribution item, which are displayed in descending order.
The text to display for this attribution item.
Was this page helpful?