drawroute icon indicating copy to clipboard operation
drawroute copied to clipboard

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 an...

Results 4 drawroute issues
Sort by recently updated
recently updated
newest added

if network is slow, so its wait for few seconds and if there is no response it crashes.

I want to clear a drawn route before drawing another one. For all I can see, there is no way that handles that scenario.

enhancement

This is a very helpful library to simplify usage of the Google Maps API. Two suggestions to make this more useful : 1)Consider if RxJava is the best choice for...

enhancement

Hello, Where I can put my API Key? Thanks