Thursday, January 10, 2013

Turn on Traffic Layer of GoogleMap V2

To turn on/off the traffic layer of GoogleMap, simple call the method setTrafficEnabled(boolean enabled).

Example:

  myMap.setTrafficEnabled(true);


Turn on Traffic Layer of GoogleMap V2


The series:
A simple example using Google Maps Android API v2, step by step.

No comments: