Call webservice to get data in json and create markers on the map

237
1
11-09-2022 03:18 PM
RajiAbraham
New Contributor

I am new to javascript api and need some directions and sample code to call a remote webservice api to get the data and then create markers with labels on the map.

0 Kudos
1 Reply
JeffreyWilkerson
Occasional Contributor III

Esri has all sorts of examples for pulling in data from a REST web service, this one talks about working with styling: https://developers.arcgis.com/javascript/latest/style-a-feature-layer/ 

0 Kudos