allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 516 forks source link

How to set traffic information between two points in directions #886

Open mihemu5 opened 5 years ago

mihemu5 commented 5 years ago

Hi Allen,

First of all, Thank you for creating a beautiful directive .

I am using ngMap. when I draw a route between two points, I want route line should be drawn with traffic information like heavy traffic with red color and so on. My question is, is there anyway to do this in ngMap?

Thanks