RouteDrawer icon indicating copy to clipboard operation
RouteDrawer copied to clipboard

RouteDrawer is an Android utils library which

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

G:\AndroidTwitterGoogleApiJavaClient-master\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.0\res\drawable-xhdpi\abc_ab_share_pack_holo_light.9.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited G:\AndroidTwitterGoogleApiJavaClient-master\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.0\res\drawable-hdpi\abc_spinner_mtrl_am_alpha.9.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited G:\AndroidTwitterGoogleApiJavaClient-master\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.0\res\drawable-hdpi\abc_ab_share_pack_holo_dark.9.png: libpng warning: iCCP:...

@polok thanks for this nice library. What about a option to pass the `API_KEY`? You could add an alternative constructor to `RouteRest` like `RouteRest(String apiKey)` so that we can pass...

No idea what causes this, i'll report the stacktrace below. ``` java java.lang.NoClassDefFoundError: Failed resolution of: Lrx/util/async/Async; at com.github.polok.routedrawer.RouteRest.getJsonDirections(RouteRest.java:60) ``` ``` java Caused by: java.lang.ClassNotFoundException: Didn't find class "rx.util.async.Async" on...

How can I hide the waypoint markers while showing the route between two locations?