missing info
This commit is contained in:
parent
f039d394a5
commit
7d2c52b78b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -19,6 +19,12 @@ dependencies:
|
|||
url: https://github.com/randogoth/map3terms.git
|
||||
```
|
||||
|
||||
then run
|
||||
|
||||
```
|
||||
dart pub update
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```dart
|
||||
|
|
@ -34,6 +40,10 @@ final coords = wordsToCoord(words);
|
|||
print(coords); // [51.5084, -0.1167]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Original README
|
||||
|
||||
Check it out [here](https://pballett.github.io/map3terms/).
|
||||
|
||||
To do this we needed three things:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue