File tree 1 file changed +1
-23
lines changed 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.
5
5
6
6
## Methods
7
7
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 )
31
9
32
10
## Code Samples
33
11
You can’t perform that action at this time.
0 commit comments