adding onTap method on path direction between 2 point
- by idham
I have a problem in my Android application
I have a path direction on my application and I want to add an onTap method for the path, so if I touch that path my application will display information with alert dialog.
This my activity code:
hasilrute hr = new hasilrute();
for (int k = 0;k < hr.r2.size(); k++){
String angkot =…