RouteDirectionMap
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   Thank you