本文介绍了如何使用c sharp Coding将标记列表放在GMap控制上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,





我用c#编码创建了windows应用程序。在我的应用程序中,我正在使用GMap-Control,在Gmap-Control中,我在地图上绘制了基于纬度和经度的大量标记。此控件适用于有限的数据。如果我选择大数据(超过2000条记录),它的速度太慢,并且系统暂停用于绘制标记。我正在使用FOR LOOP在地图上绘制每个标记(基于数据表中每行的纬度和经度)。是否有任何方法可以绘制除FOR LOOP之外的标记,这样可以尽快在Gmap-Control上绘制标记。



感谢提前

Hi Friends,


I have created windows application using c# coding. In my application i am using GMap-Control, in Gmap-Control i am plotting lot of Markers based on Latitude and Longitude on map.This control is working fine for limited data. If i go for Large data (More then 2000 records) its getting too slow and system is hanging for plotting Markers. I am using FOR LOOP to plot each marker on the map(Based on Latitude and Longitude for each rows in a data-table). Is there any way to plot markers other than FOR LOOP which makes the plotting of markers on Gmap-Control as fast as possible.

Thank's in Advance

推荐答案


这篇关于如何使用c sharp Coding将标记列表放在GMap控制上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 13:56