New Post: Winform offline for the whole world
Hi Mike, I'm not thinking in using all the map providers. I was thinking only in one. In any case, the problem is the same. For sure I don't need a deep level of zoom, but at least I need a 12-13 level...
View ArticleNew Post: Real time travel-time
Hi, Thank you for this great library. I'm working on a project that needs driving route with real-time travel time (incorporating delays from current traffic). I'm wondering if the code below is...
View ArticleNew Post: Winform offline for the whole world
Hey, damoros. I use a cache of SAS Planet for a large map. For this I made my cache provider. Maybe it will be useful for you. But SAS Planet cache stores as separate graphic files (tiles) and folders...
View ArticleNew Post: Winform offline for the whole world
Hi Alken, many thanks for your input, I'm going to take a look.
View ArticleNew Post: Polygon with inner polygons
Hi, I am trying to display an kml file on my application. After have processed the kml file I found that has a strange polygon that got inner polygons inside it. Is there anyone that knows if this is...
View ArticleNew Post: GMapPolygon, GMapRoute: Fill Brush, Stroke Pen are Disposed
Concerning Ruttager's problem, I had the same. Although to me it applies to the last added route in GmapRoute. I debugged and whenever I change the stroke the defaultstroke gets modified despite being...
View ArticleNew Post: OnSelectionChange multiple fire when right click
Also I found a little bug happening in a specific condition. When a selection box has been drawn (using ALT + left mouse) the OnSelectionChanged event is raised in GMapControl.cs. However when the box...
View ArticleNew Post: GMapPolygon, GMapRoute: Fill Brush, Stroke Pen are Disposed
Hi JP! I like your solution because it would still allow an application to use its own brushes/pens, or allows the application to directly modify GMap's clones. So the degree of lightweightedness,...
View ArticleNew Post: GMapPolygon, GMapRoute: Fill Brush, Stroke Pen are Disposed
Thanks mattgerg, You could restore some of the lightweightness by adding a getter and setter which only clones or instantiates when the variable is still null. Then this cloning won't be done when you...
View ArticleNew Post: Draw Route with Multiple Points on the Road
Hello, I want to make routes with respect to coming coordinates which are listing on listview. My codes from demo (or others code with some modification) gmap.RoutesEnabled = true; gmap.MapProvider =...
View ArticleNew Post: make android
Dear all are there anybody help me to find , how can i run the GMAP.NET on android device. There is java application there, but i dont know, how can i compile it. Please help thanks ali
View ArticleReviewed: Hot Build (6 24, 2014)
Rated 5 Stars (out of 5) - Help me please... I need to use Google Korea Map . Maybe the address of Google Korea Map was changed. :( I can't solve this problem. Is there anyone who can help me? please,...
View ArticleNew Post: how can i use "Google Korea Map" ?
first of all, I'm very very thanks about this project !!! but... Help me please... I need to use Google Korea Map . Maybe the address of Google Korea Map was changed. :( I can't solve this problem. Is...
View ArticleNew Post: Real Time tracking
I am trying to update positions on the map (that are changing) in Windows forms. I have tried to do this by having a timer fire every second and reload the new markers. It works but when I try to move...
View ArticleNew Post: how can i use "Google Korea Map" ?
i did.. thanks. anyway GMapProvider.Language = GMap.NET.LanguageType.Korean;
View ArticleCreated Unassigned: Issue compiling latest and greatest [16100]
I got the latest source and just tried to compile and i am getting errors. Seems to be something about class names or name spaces. Error 3 Friend access was granted to 'GMap.NET.WindowsForms,...
View ArticleNew Post: Generating static map
Hi guys I'm building app that uses gmap.net to generate heatmap. Now I need to get static image of part of the map. I was trying to use code from Demo.WindowsForms. I included "StaticImage" form in my...
View ArticleNew Post: Draw Route with Multiple Points on the Road
You will need to manually string together your route using the MapProviders call to GetRouteBetweenPoints. Something like this:MapRoute route = GMapProviders.GoogleMap.GetRouteBetweenPoints(start,...
View ArticleNew Post: Real Time tracking
check demo source, there are few demos using vehicles and planes for real time data display
View ArticleNew Post: Generating static map
new version has specific 'feature' using virtual points to overcome rendering system limits... it's not completely correct..
View Article