File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -5,29 +5,7 @@ Use the what3words API in your Java applications.
55
66## Methods
77
8- ``` java
9- double [] wordsToPosition(String [] words)
10- ```
11-
12- Converts a 3 words 'address' into a position (assumes words in the default language 'en')
13-
14- ``` java
15- double [] wordsToPosition(String [] words, String language)
16- ```
17-
18- Converts a 3 words 'address' (in the given language) into a position
19-
20- ``` java
21- String [] positionToWords(double [] coords)
22- ```
23-
24- Converts a position into a 3 words 'address' (language 'en')
25-
26- ``` java
27- String [] positionToWords(double [] coords, String language)
28- ```
29-
30- Converts a position into a 3 words 'address' (in the given language)
8+ ![ ScreenShot] ( https://cloud.githubusercontent.com/assets/1185547/11721162/c1375aa0-9f62-11e5-873f-d1103118d36f.png )
319
3210## Code Samples
3311
You can’t perform that action at this time.
0 commit comments