Julie Powell shows how to search for an address in your web app using the ArcGIS Platform Geocoding service and the ArcGIS API for JavaScript. Using the JavaScript API you can easily access the full power and flexibility of the service with minimal code.
Geocoding guide: https://developers.arcgis.com/documentation/mapping-apis-and-services/search/geocoding/
Tutorial: Search for an address with the ArcGIS API for JS: https://developers.arcgis.com/javascript/latest/search-for-an-address/
00:00 Intro
00:11 Geocoding service docs
01:04 Reviewing the started app
01:29 Import esri/rest/locator
01:38 Reviewing locator methods and params
02:32 Sending a geocoding request
03:47 Adding a graphic / marker and popup
06:26 Running the app
06:35 Type of searches allowed
#ArcGISPlatform #Geocoding #JavaScript