Skip to content

Commit

Permalink
Add JavaDoc screeshot as method description
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Dec 10, 2015
1 parent 18514f2 commit a15338e
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,7 @@ Use the what3words API in your Java applications.

## Methods

```java
double[] wordsToPosition(String[] words)
```

Converts a 3 words 'address' into a position (assumes words in the default language 'en')

```java
double[] wordsToPosition(String[] words, String language)
```

Converts a 3 words 'address' (in the given language) into a position

```java
String[] positionToWords(double[] coords)
```

Converts a position into a 3 words 'address' (language 'en')

```java
String[] positionToWords(double[] coords, String language)
```

Converts a position into a 3 words 'address' (in the given language)
![ScreenShot](https://cloud.githubusercontent.com/assets/1185547/11721162/c1375aa0-9f62-11e5-873f-d1103118d36f.png)

## Code Samples

Expand Down

0 comments on commit a15338e

Please sign in to comment.