-
Hi, I am Bob Hutchinson and I have integrated what3words with a project of mine, https://www.drupal.org/project/getlocations
I am trying to add the jquery autosuggest plugin to the getlocations proje…
-
Here is the code I cleaned up.
The main thing I think you need to explore more is understanding how code gets executed in javascript.
Also, the use case for something like localstorage is often …
-
Hi @vanWittlaer
Would you mind to update these lines to replace `4-latest` with this fixed version `4.1.6`
https://github.com/vanWittlaer/VanWittlaerWhat3Words/blob/cca8bd94bd84ed13e50d73e552cc…
-
Hi, is there any what3words ui samples for jetpack compose?
I'm trying to convert lat/long into 3 words and show it on google Maps
-
The what3words API is a fast, simple interface which allows you to convert 3 word addresses such as ///index.home.raft to latitude and longitude coordinates such as (-0.203586, 51.521251) and vice ver…
-
Hi I'm trying to have the leaflet geosearch work while also providing the what3words autosuggest functionality. An example of the intended design can be found on their website https://what3words.com/p…
-
Reopening a new issue as @c5haw closed #44 - the issue is not resolved as CrossFetch is not an _optional_ peer.
Example of the error we get on Node v12 is:
![image](https://user-images.githubuse…
-
I'm not clear if this is an issue with the What3Words node library, or the dependency, but when bundling with platform=node, the output JS does not include all the required dependencies.
I noticed…
-
I am using this package in my lambda function written in Nodejs + typescript, i am getting error:
offline: Failure: navigator is not defined
ReferenceError: navigator is not defined
at fetchGe…
-
The nullsafe version is missing the exports for response and autosuggest-options type as such the complete implementation has to be imported to the code. This is considered to be bad practice and shou…