Reputation: 684
I would like to know if someone has got documentation about the Google Maps API, I'm only looking for the traffic live information I would like to implement it on my iOS application.
Does such an API exist?
Upvotes: 4
Views: 4592
Reputation: 5645
I don't think Google offers a standlone traffic API as of now. However there are a couple options.
http://code.google.com/apis/maps/documentation/javascript/
http://code.google.com/apis/maps/documentation/javascript/reference.html#TrafficLayer
http://www.mapquestapi.com/traffic/
http://developer.yahoo.com/traffic/rest/V1/index.html
Upvotes: 9