GMap.NET shows no map

后端 未结 4 472
借酒劲吻你
借酒劲吻你 2021-01-03 07:25

I\'m trying to use the GMap.NET.WindowsForms control in my Windows forms application but I cannot make it show me any map.

Here is what I did:

I added the co

4条回答
  •  一个人的身影
    2021-01-03 07:56

    You could use following statements before using gmap Control.

    GMapProvider.WebProxy = WebRequest.GetSystemWebProxy();
    GMapProvider.WebProxy.Credentials = CredentialCache.DefaultNetworkCredentials;
    

提交回复
热议问题