New Post: problem in updating markers
i was updating in a thread now I'm updating it in a timer with interval of 30000 but some times the problem is happening i will clear all markers first then add all of new positions into marker...
View ArticleNew Post: problem in updating markers
there are 3 real time demos handling thousand of markers, never hangs, just check the source
View ArticleNew Post: blank tiles
all tiles how this http://b.tile.openstreetmap.org/17/40048/78279.png
View ArticleNew Post: MapProvider.TryCorretVersion and Exclusive Offline usage
When I load the xml file for a cached map, it has the provider. I use: GMapProvider provider = GMapProvider.TryGetProvider(xmlParams.ProviderGUID); GMapProvider base class does not have...
View ArticleNew Post: MapProvider.TryCorretVersion and Exclusive Offline usage
What I also noticed is the map.Manager.Mode = AccessMode.CacheOnly should really turn off all attempts to contact the internet. Cache Only means (to me) "use the cache, only." thanks again.
View ArticleNew Post: MapProvider.TryCorretVersion and Exclusive Offline usage
GMapProviders.GoogleMap.TryCorrectVersion = false; // <==
View ArticleNew Post: GMap.Net can run at window mobile?
Develop environment:VS2008 + .NET CF 3.5 + Windows Mobile 6.0 Professional.The map can displayed correctly,but the path between two points is empty. By setting breakpoints start and end variables have...
View ArticleNew Post: problem in updating markers
is there any way to use a lock or something like that and update the markers in another thread? i don't want my form to be hanged please
View ArticleNew Post: problem in updating markers
update takes just a few milliseconds, use backgroundworker
View ArticleNew Post: problem in updating markers
radioman wrote: update takes just a few milliseconds, use backgroundworker i used background worker but nothing good happens would you please give me a sample code for updating it?
View ArticleNew Post: problem in updating markers
http://greatmaps.codeplex.com/SourceControl/BrowseLatest
View ArticleNew Post: problem in updating markers
radioman wrote:http://greatmaps.codeplex.com/SourceControl/BrowseLatest i mean using a background worker. have u ever tried that with GMAP.NET?
View ArticleNew Post: problem in updating markers
i think thats counts as yes ;} #region -- demo workers -- // flight demo { flightWorker.DoWork += new DoWorkEventHandler(flight_DoWork); flightWorker.ProgressChanged += new...
View ArticleCreated Issue: How to get Location of the point where mouse clicks on the map...
Hi there,I can get Latitude and Longitude of the point where mouse clicks like:```private void gm1_MouseDoubleClick(object sender, MouseEventArgs e){ if (e.Button ==...
View ArticleClosed Issue: How to get Location of the point where mouse clicks on the map...
Hi there,I can get Latitude and Longitude of the point where mouse clicks like:```private void gm1_MouseDoubleClick(object sender, MouseEventArgs e){ if (e.Button ==...
View ArticleCommented Issue: How to get Location of the point where mouse clicks on the...
Hi there,I can get Latitude and Longitude of the point where mouse clicks like:```private void gm1_MouseDoubleClick(object sender, MouseEventArgs e){ if (e.Button ==...
View Article