A simple address form that uses ArcGIS REST JS to perform address validation, suggestions, and auto-completion.
Test out the demo here.
This button allows you to create a copy of the application to your Github account and a deployed version to your Netlify account. Be sure to add the environment variable API_SECRET with the value set as your API Key.
npm install @esri/arcgis-rest-request
. Find API Reference info here.npm install @esri/arcgis-rest-geocoding
. Find API Reference info here.
- Sign up for an ArcGIS Developer Account.
- Get an API Key. Find video instructions here.