Displaying traffic using GMap.NET

点点圈 提交于 2019-12-22 12:13:21

问题


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?


回答1:


In the last version, 1.9.2, simply specify this before use control.

GoogleMapProvider.Instance.Version = "m,traffic@336000000";



回答2:


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.

Documentation



来源:https://stackoverflow.com/questions/42440171/displaying-traffic-using-gmap-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!