Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 made sure I use the...

mapView.invalidate();

..trick to work around a bug.

The app displays traffic data in the USA only for some reason! It won't display any in other countries. I have other apps using the Google MapView and they do show traffic in my home city (Sheffield, UK).

Does anyone know how I can make it display non-USA traffic please?

(I have the app running on an HTC Desire with Android v2.2).

EDIT: I've run the app in an emulator using Android 2.3.3 and the traffic IS displayed outside of the USA but in an Android 2.2 emulator it doesn't show.

share|improve this question

1 Answer

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

share|improve this answer
Thanks - I've checked all the major cities in Britain and it's not showing any traffic. It DOES work for the USA. So the problem doesn't appear to be one of coverage. – Matt Green Sep 16 '11 at 12:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.