RouteDirectionMap icon indicating copy to clipboard operation
RouteDirectionMap copied to clipboard

an android application that draws a possible google map route between two points. We’ll be using Google Maps Directions API in our application.

Results 1 RouteDirectionMap issues
Sort by recently updated
recently updated
newest added

Dear Mohammed, in PlaceArrayAdapter Class if (!status.isSuccess()) { Toast.makeText(getContext(), "Error: " + status.toString() +" Code: "+status.getStatusCode()+" Mess: "+status.getStatusMessage() , Toast.LENGTH_LONG).show(); The Output is ![E1](https://user-images.githubusercontent.com/70564231/95437638-e5fb6b00-095d-11eb-98be-3fdf8f99f3df.JPG) ![E2](https://user-images.githubusercontent.com/70564231/95437666-ed227900-095d-11eb-8894-b9328b8e4ac3.JPG) Thank you