I'm using GMap.NET to render Google Map in my Windows Form application and It works fine. Now I would like to show the traffic information on the map. Is there any way to do that in GMap.NET?
Stefano Pieri
In the last version, 1.9.2, simply specify this before use control.
GoogleMapProvider.Instance.Version = "m,traffic@336000000";
There isn't any way to do that. GMap.Net doesn't support any traffic informations as far as I know. And they didn't any mentions for traffic information in documentation.
来源:https://stackoverflow.com/questions/42440171/displaying-traffic-using-gmap-net