I am making an app in Android with some function same to Google Map find direction to specific location.
I had draw route(polyline) from one place to another place received by google direction API. Here my question is that I want to put current traffic data on that particular poly line only.
If we are finding direction from web than we are not getting any traffic data but if we are finding it from Google Map App from mobile then we can see it.
Does anyone know how any solution? Please give me a clue!