Hello, I am having a bit of a headache trying to connect the API from What3words. I am new to this and must admit that I am feeling a bit overwhelmed, but I can’t hire someone to build it for me. I just need to get pointed in the right direction. For example, I am a bit confused when it says script tag (where should I put it). I tried to ask for npm packages but it was not approved. I really appreciate all the help that I can get.
The URL contained in the script tag is the location of a JavaScript file that loads everything you need for using the JavaScript wrapper for the what3words API.
The map style must go in the head tag (where is this?)
#map { height: 100%; }html, body {
height: 100%;
margin: 0;
padding: 0;
}
Within the body tag?
The what3words grid can be displayed as a Mapbox layer by creating a GeoJSON data source