RouteDirectionMap icon indicating copy to clipboard operation
RouteDirectionMap copied to clipboard

Error in autocompletePredictions.getStatus()

Open Mohammed91 opened this issue 3 years ago • 0 comments

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 E2

Thank you

Mohammed91 avatar Oct 08 '20 09:10 Mohammed91