drawroute
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...
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.
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...
Hello, Where I can put my API Key? Thanks