With GoogleMap.setTrafficEnabled(true) I can get the traffic information for the whole map only.
I also know that it is impossible to get the information for the specific route via the official API from google map.
How to enable traffic information along a specific route in Google Maps V2?
However, if I also wanna to do so, are there any others way to get the traffic information for specific route? Any stupid methods are also accepted.
For me, I just have a solution that using polyline function but I don't know how to extract information from google map.
Thanks all.