How to toast a message for a specific time period?
问题 I have made some code for my google map, where I position the camera to one place when the camera is positioned to the first place I toast a message and then I move the camera to another position but the problem is that the toast action doesn't appear for enough time in order to read the message. Is there anyway so I can set the toast lets say for 10 seconds or so ? Here is my code. public void onFinish() { LatLng 1= new LatLng(x , y); LatLng 2= new LatLng(x , y); GoogleMap map = (