Google Map Traffic Overlay on Android Device -
i doing android project shows live traffic congestion report. newbie in android dev. deplayed google map on emulator. did overlay control. google did, highlight road red (congested), orange (moving slowly) , green (moving swiftly) on road show traffic. references or idea on how add in google map? appreciated =)
you can use mapview.settraffic(true);
method
Comments
Post a Comment