/ArcGIS-REST-JS-search-address

Courtney Yatteau shows how to find the longitude and latitude of an address by creating a simple search application using the ArcGIS REST JS API.

Primary LanguageJavaScript

ArcGIS REST JS: Search for an Address

Table of Contents

Description

This is a simple address search application that uses the ArcGIS REST JS API to access the geocoding service. Upon entering an address, location coordinates are received.

Live Demo Clip

Video Tutorial

Watch the video

Blog Article

Article on dev.to. Article on Medium.

CodePen Playground

  • Test out the application! Be sure to follow directions under "Other Requirements" to get an API Key.

Required Dependencies

  • npm install @esri/arcgis-rest-request. Find API Reference info here.
  • npm install @esri/arcgis-rest-geocoding. Find API Reference info here.

Other Requirements