Skip to content Skip to sidebar Skip to footer

Why Doesn't Google's Mapview Show Traffic Outside Of The Usa On Android 2.2?

I'm have the Google MapView embedded in an Android app I'm writing and I want it to show the traffic layer of data. I can do this using:- mapView.setTraffic(true); And I've even m

Solution 1:

Live traffic data is available in major cities in the United States, France, Britain, Australia, and Canada, with new cities and countries frequently added

http://maps.google.com/support/bin/answer.py?answer=61454

Post a Comment for "Why Doesn't Google's Mapview Show Traffic Outside Of The Usa On Android 2.2?"