Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kucingapes committed Nov 1, 2019
1 parent 97183bd commit 4710aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ SmartMarker.moveMarkerSmoothly(mapboxMarker, location)
```

### Location Extension
I create location extensions for get your location every second with old location and new location (delay 30 millisecond)
I create location extensions for get your location every second with old location and new location (delay 30 millisecond).
Thanks [@Patloew](https://github.com/patloew) for [ReactiveLocation](https://github.com/patloew/RxLocation).
```kotlin
// define location watcher
val locationWatcher: LocationWatcher = LocationWatcher(context)
Expand Down

0 comments on commit 4710aa1

Please sign in to comment.