Skip to content

Commit a15338e

Browse files
committed
Add JavaDoc screeshot as method description
1 parent 18514f2 commit a15338e

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)