作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用GMap.NET Windows窗体编写WinForms应用程序。我注意到 map 是有限的。它在澳大利亚东部没有显示任何内容,例如:
注意右边的白色位。
这是我创建 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;
GMapControl
的一部分上显示的内容。另一方面,我希望 map 无限继续。也许我没有为此使用正确的术语。
最佳答案
我在讨论部分找到了这个。他们说此功能尚未实现
https://github.com/radioman/greatmaps/issues/29
关于c# - 如何在GMap.NET中使 map 无限远?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50775592/
我正在使用 react-native-elements ListItem.Accordion因为我的 React Native 中的所有其他内容 SectionList使用 ListItem s(并且
我是一名优秀的程序员,十分优秀!