New Post: GmapControl Freezing
it's wrong, you do data reading and map update on the same thread, check the source man...
View ArticleNew Post: GmapControl Freezing
here is only reading new data, markers are created in gmaploadùdo not get me wrong
View ArticleNew Post: Averaging routes
Hello, I have got question. I have two or more routes on my map which was recorded by GPS receiver at custom times but on one track. I need to get one average route from that. Is there any way to do...
View ArticleNew Post: Averaging routes
i was stuck on that issue myself, but haven't found a simple solution
View ArticleNew Post: Is there a way to generate a url to Google Maps itself?
I've tried a couple different C# GMaps APIs but they don't seem to be able to give me a link to GMaps instead of a static image. So something like:OpenLinkInBrowser(GoogleMaps.LocationUrl("my...
View ArticleNew Post: How to show a route on the map?
well , is the method GMapProviders.GoogleMap.GetRoute can work without the internet? Or How to cache all the zoom scale map from the server?
View ArticleNew Post: move in the area chached. is it possible?
well ,with the map cache, is there a way to cache all the server map to the local map and then while withouting the internet I also can view the map and find routes?
View ArticleNew Post: Is there a way to generate a url to Google Maps itself?
it's not GMap.NET related, but it's easy:System.Diagnostics.Process.Start("http://maps.google.com/maps?q=Toronto&hl=en");
View ArticleNew Post: How to show a route on the map?
if you call GetRoute it's cached, therefore you can use it offline, but thats only one address, and you can't cache all
View ArticleNew Post: move in the area chached. is it possible?
offline routing isn't possible if don't have the track data
View ArticleNew Post: Is there a way to generate a url to Google Maps itself?
That's the way I'm currently doing it but it feels very hacky.
View ArticleNew Post: Is there a way to generate a url to Google Maps itself?
Right, right. So I take it there really is nothing out there to properly get Gmaps links then? I've also asked this question on Stackoverflow, they couldn't help either.
View ArticleUpdated Wiki: Videos
Navigation in action...Launch in another windowGMap.NET.WindowsPresentation ultrafast zoomingLaunch in another windowon HTC HD2, using ~700MB precached database on SD cardLaunch in another...
View ArticleUpdated Wiki: Videos
Navigation in action...Launch in another windowGMap.NET.WindowsPresentation ultrafast zoomingLaunch in another windowon HTC HD2, using ~700MB precached database on SD cardLaunch in another...
View ArticleUpdated Wiki: Videos
Navigation in action...Launch in another windowGMap.NET.WindowsPresentation ultrafast zoomingLaunch in another windowon HTC HD2, using ~700MB precached database on SD cardLaunch in another...
View ArticleNew Post: Turn off ToolTips
I got that much figured out, but I want the data to still be there so the user can turn it on or off at will. By setting the string to empty it is not there.
View ArticleNew Post: move in the area chached. is it possible?
Thanks for your answer, can you give me a tips or an example for how to cache the map with large area, and after cache the map I can view it without the internet as same as with internet?
View Article