Released: Hot Build (May 19, 2015)
cutting edge features and bug-fixes build log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (May 19, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleCreated Unassigned: 'NET' is not a member of...
Hi.I have a problemWhen i try to build my application i receive the following error:__Error 40 'NET' is not a member of 'GMap.NET.WindowsForms.GMapControl'.__...
View ArticleNew Post: Multi-Touch zoom in WPF
I could not find a way to get it working, so I had to use the Forms version of GMap. This has some issues in that Visual Studio and Blend will not render the window if the control is used, so I have to...
View ArticleNew Comment on "How to generate static map image"
Is there some of the source code for this form app available to understand the methods used for these actions you are showing? I am trying to incorporate some of the tools you are demonstrating in this...
View ArticleNew Post: GMAP.net in Labview: FromLocalToLatLng
Hi I have successfully integrated the GMAP.net dll with LABVIEW. I have encountered one problem though; when using FromLocalToLatLng function, it returns coordinates which are slightly offset. Has...
View ArticleClosed Unassigned: 'NET' is not a member of...
Hi.I have a problemWhen i try to build my application i receive the following error:__Error 40 'NET' is not a member of 'GMap.NET.WindowsForms.GMapControl'.__...
View ArticleCommented Unassigned: 'NET' is not a member of...
Hi.I have a problemWhen i try to build my application i receive the following error:__Error 40 'NET' is not a member of 'GMap.NET.WindowsForms.GMapControl'.__...
View ArticleNew Post: GMAP.net in Labview: FromLocalToLatLng
Hi Radioman I compared the coordinates I received back with coordinates I got off Google maps for the same spot. What's interesting though, is that I went further and tested the same scenario, but did...
View ArticleNew Post: Markers movement
Hi, it's me again) Help me please. I'm trying to do markers movement , but if i do it as in your example ( create Map.cs , xaml:src...), I get an error:"The name Map does not exist in the namespace...
View ArticleNew Post: GMAP.net in Labview: FromLocalToLatLng
yes, you need coordinates relative to gmap control, not the application main form
View ArticleNew Post: Markers movement
If I use standart GMapControl, my Marker Class doesn't see this GMapControl when i write this code: void Red_marker_MouseMove(object sender, MouseEventArgs e) { if (e.LeftButton ==...
View ArticleReviewed: 1.7 (may. 21, 2015)
Rated 5 Stars (out of 5) - This is a great tool! It is really easy to use and it works perfect. I have implemented it in 15 minutes. Thanks!
View ArticleNew Post: Problem with adding Polygon in realtime
do not recreate polygon, instead add/insert/update/remove points
View ArticleNew Post: airplane bug not staying on path(route) when flying
Hi, I am using the control for aircraft navigation as well. I can give you a hand if you can explain me better what you are trying to do. It seems like you don't have the actual coordinates of the...
View ArticleNew Post: Problem with adding Polygon in realtime
The problem came up because I was adding the overlay over and over again.... Thanks for the hint radioman Heres the code:if (e.Button == MouseButtons.Left && Global.isDrawingPolygon) {...
View ArticleNew Post: Trouble with Google Satellite and Hybrid Map tiles at high zoom levels
Good day, I have been using your great map control in my .Net 3.5 Windows Forms product for quite some time. Recently my clients have started reporting that Google Satellite and Hybrid Map tiles are no...
View ArticleNew Post: Add image but like a polygon not marker
Do I need to create the mapcruncher or is there something out there? If there is, can I get the link?
View Article