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/Rx improvemnts #5

Closed malikdawar closed 3 years ago

malikdawar commented 3 years ago

Updates include: 1-Sample for java users. 2-Updated the Kotlin version. 3-Updated the SDK versions. 4-Removed the Rx dependency from the sample and made it simple for the developers to use it. (Now do need to add the dependency of RX java to use the library) 5-Code optimization. 6-Response time increased.