malikdawar / drawroute

DrawRoute wraps Google Directions API (https://developers.google.com/maps/documentation/directions/) using RxJava for Android so developers can download, parse and draw path on the map in very fast and flexible way (For now only JSON support).
MIT License
90 stars 17 forks source link

Feature/refactoring #10

Closed malikdawar closed 3 years ago

malikdawar commented 3 years ago

Refactored the code, Deprecated EstimationsCallBack interface, added lambda support and removed the RX dependency