missing info

This commit is contained in:
randogoth 2025-02-02 21:46:44 +02:00
parent f039d394a5
commit 7d2c52b78b

View file

@ -19,6 +19,12 @@ dependencies:
url: https://github.com/randogoth/map3terms.git url: https://github.com/randogoth/map3terms.git
``` ```
then run
```
dart pub update
```
## Usage ## Usage
```dart ```dart
@ -34,6 +40,10 @@ final coords = wordsToCoord(words);
print(coords); // [51.5084, -0.1167] print(coords); // [51.5084, -0.1167]
``` ```
---
## Original README
Check it out [here](https://pballett.github.io/map3terms/). Check it out [here](https://pballett.github.io/map3terms/).
To do this we needed three things: To do this we needed three things: