SupaOden
SupaOden

Reputation: 742

Google Maps API on Android

My idea was to develop a traffic alert system on the android platform. Basically, I want to know what will be the modules of this project since Will this be advisable as my project? I say this because its my first time developing on android.

Right know, I know that I will be using Google maps API. But how will I show that if a particular area has a higher traffic? Will this be possible? Can we modify the map to show regions with higher traffic based on user data input in our application?

The map should show traffic jam with a red circle with a radius.

I was thinking that different users can from different parts of the city can use our application and report if a traffic jam has occurred in that area.

Upvotes: 1

Views: 693

Answers (1)

Tim
Tim

Reputation: 6712

You'll not be able to get traffic data from the Android Google Maps SDK. Of course you could try to use the Web API but it is paid since a few months.

Regards

Upvotes: 2

Related Questions