Good evening all,
this is a b4xlib for getting What3Words to coordinates, coordinates to What3Words and your location to What3Words. It requres my FusedLocation library which you can find here:
The object is W3W and when you define it
For those of you that do not now what "What3Words" is, it is an easily read coordination system. What they did is that they devided the whole earth in 3 by 3 meters squares and thus they 've got almost 58 * 10^12 squares. These are the hell of a lot squares to mention in positioning. But if you change the base of the positioning system from 10 to almost 40000 the digits of mentioning the desired square are reduced to just 3. The "digits" can be anything from 0 to 39999 (assuming 40000 as the base - it is lower). In order to make the "lock" of the positioning easy to remember they assigned to each digit one word. Thus what3words AAAA.BBBB.CCCC refer to a specific 3x3 meters square on the surface of the Earth.
This library is a donationware so you can download it but if you want to use it in your projects you are required to donate as it takes time researching, thinking and implementing intellectual programming works. It requires an API key you will get from the site "what3words.com".
You can donate here.
this is a b4xlib for getting What3Words to coordinates, coordinates to What3Words and your location to What3Words. It requres my FusedLocation library which you can find here:
[B4X] Fused Location B4xLibrary
Hey everyone, I created this B4X library to avoid the different implementations of GPS Locating in B4A and B4i. In B4A it uses the FusedLocationProvider and in B4i it uses the iLocation Library. The code for the FusedLocationProvider in B4A is taken and changed slighly from this thread...
www.b4x.com
The object is W3W and when you define it
Dim w3w As W3W
you can write in the IDE the method w3w.Instructions
and you will get in the appearing code of this sub instructions on how to use it.For those of you that do not now what "What3Words" is, it is an easily read coordination system. What they did is that they devided the whole earth in 3 by 3 meters squares and thus they 've got almost 58 * 10^12 squares. These are the hell of a lot squares to mention in positioning. But if you change the base of the positioning system from 10 to almost 40000 the digits of mentioning the desired square are reduced to just 3. The "digits" can be anything from 0 to 39999 (assuming 40000 as the base - it is lower). In order to make the "lock" of the positioning easy to remember they assigned to each digit one word. Thus what3words AAAA.BBBB.CCCC refer to a specific 3x3 meters square on the surface of the Earth.
This library is a donationware so you can download it but if you want to use it in your projects you are required to donate as it takes time researching, thinking and implementing intellectual programming works. It requires an API key you will get from the site "what3words.com".
You can donate here.