I am trying to draw a map with the traffic layer and display road conditions (constructions, accidents, etc.) Using the Google Maps API / Google Directions API, how can I obtain a reference to the traffic conditions that are displayed, or more specifcally, the conditions along a path / route? Thank you.
Share
In Google Maps API v3, the documentation says you display traffic conditions like this:
I don’t think this will display specific hazards (like accidents or construction) but simply slow traffic. You would almost certainly have to get such data from a source that wasn’t Google Maps.
This question was tagged as both Google Maps API v3 (which is what I answered with above) and Android. I don’t know if this helps you for Android native programming, but hopefully it’s not useless. (Update: Looks like the question has now been retagged to remove the API v3 tag.)