Reputation: 3264
i want to develop an application.
by using that application i want find the traffic of a roads.
How it is possible.
any one have idea.
Please help me
Thanks in advance
Upvotes: 0
Views: 191
Reputation: 65156
If you really want to find out traffic data "by using your application", here's how to do it:
Upvotes: 2
Reputation: 33792
Google maps on android has traffic information. Here you go.
mapview.setTraffic(true)
Upvotes: 2