Skip to content

A collection of resources for developers using the ArcGIS API for JavaScript to integrate what3words ArcGIS Locator.

License

Notifications You must be signed in to change notification settings

what3words/w3w-arcgis-javascript-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what3words

what3words Locator for ArcGIS JavaScript API

A collection of resources for developers using the ArcGIS API for JavaScript to integrate what3words ArcGIS Locator.

There are multiple options for bringing the ArcGIS API for JavaScript into your app. The most common way is to use the AMD modules via ArcGIS CDN, however you can also use ES modules for local builds. The examples here will show how to integrate what3words ArcGIS locator to both the AMD modules via ArcGIS CDN and ES modules via npm. The advantage to use ES modules is that you can install the API locally for use with JavaScript frameworks such as React and Angular, and with module bundlers such as webpack.

Table of Contents

Overview

In ArcGIS API for JavaScript the what3words ArcGIS Locator gives you programmatic accesss to:

  • Convert a 3 word address to coordinates
  • Convert coordinates to a 3 word address
  • Autosuggest functionality which takes a slightly incorrect 3 word address, and suggests a list of valid 3 word addresses
  • Batch geocode of a list of 3 word addresses
  • What3words locator can be added to the search bar widget
  • Determine the currently support 3 word address languages

Prerequisites

Documentation

Please check out our tutorial page HERE.

Usage

Both AMD and ES modules have 4 JavaScript examples with instructions on how to get started.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

Licensing

The MIT License (MIT)

A copy of the license is available in the repository's license file.

About

A collection of resources for developers using the ArcGIS API for JavaScript to integrate what3words ArcGIS Locator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published