UNPKG
esri-map-view
Version:
latest (0.9.4)
0.9.4
0.9.3
0.9.2
0.9.1
0.8.1
0.6.2
0.6.1
0.5.3
0.5.2
0.5.1
0.4.3
0.4.2
0.4.1
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.2.2
0.2.1
0.1.1
Display an Esri map view as a web component.
developers.arcgis.com
jf990/esri-map-component
esri-map-view
/
dist
/
collection
/
secret.sample.js
6 lines
(5 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
(
function
(
) {
const
API_KEY
=
"YOUR_API_KEY"
;
document
.
getElementById
(
"mapview"
).
setAttribute
(
"apikey"
,
API_KEY
);
document
.
getElementById
(
"sceneview"
).
setAttribute
(
"apikey"
,
API_KEY
); })();