gpt4 book ai didi

c# - 如何在GMap.NET中使 map 无限远?

转载 作者:行者123 更新时间:2023-12-03 06:00:49 26 4
gpt4 key购买 nike

我正在使用GMap.NET Windows窗体编写WinForms应用程序。我注意到 map 是有限的。它在澳大利亚东部没有显示任何内容,例如:

enter image description here

注意右边的白色位。

这是我创建 map 的代码(不包括标记):

// gmap is a field generated by the WinForms designer
gmap.MapProvider = GoogleMapProvider.Instance;
GMaps.Instance.Mode = AccessMode.ServerAndCache;
gmap.MinZoom = 1;
gmap.MaxZoom = 5;
gmap.Position = new PointLatLng(0, 0); // initial position is (0, 0), I moved it to the east

gmap.ShowCenter = false;

我希望 map 的行为类似于Google map -如果我继续向东移动,我将越过澳大利亚,再次看到南美。

我在Internet上四处寻找“gmap.net infinite”和类似的关键字。我只能找到 this,这是关于 map 仅在 GMapControl的一部分上显示的内容。另一方面,我希望 map 无限继续。也许我没有为此使用正确的术语。

如何使 map 无限继续?

我还考虑过限制用户可以看到的区域,以使用户永远看不到白色的位,但是我只能找到的这个未回答的 question

最佳答案

我在讨论部分找到了这个。他们说此功能尚未实现
https://github.com/radioman/greatmaps/issues/29

关于c# - 如何在GMap.NET中使 map 无限远?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50775592/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com