What3words provides an easy way to describe any location by dividing the world into a grid of 3 metre squares and assigning each square a unique address made up of 3 random words.
The What3Words Data Connector can suggest what3words addresses from incomplete or invalid 3 word addresses and convert them to and from coordinates.
Once installed and added to a Form, you can access this Data Connector in the Form's server event scripts using: connectors.verjio.what3words
.
what3words.autoSuggest
suggests 3 word addresses from an incomplete or invalid address.
what3words.fromCoordinates
converts a coordinate into a 3 word address.
what3words.toCoordinates
converts a 3 word address into a coordinate.
Code example:
var suggestions = connectors.verjio.what3words.autoSuggest('never.jumped.m');
For comprehensive information on how to use and develop applications with this Data Connector please refer to the Support section.
The Installation section has instructions on installing it into your Workspace.
Complete JavaScript API documentation for this Data Connector can be found in the Documentation section.