Updated Release: Hot Build (Aug 05, 2013)
summary: Demo.WindowsForms: fixed log visualization bugdate: Mon Aug 05 15:57:01 2013 +0300user: radiomantag: tipchangeset: 894:415da84b4972
View ArticleReleased: Hot Build (Aug 12, 2013)
summary: GMap.NET.Core: added missing file date: Mon Aug 12 11:34:01 2013 +0300 user: radioman tag: tip changeset: 896:106fce732fdd
View ArticleUpdated Release: Hot Build (Aug 12, 2013)
summary: GMap.NET.Core: added missing filedate: Mon Aug 12 11:34:01 2013 +0300user: radiomantag: tipchangeset: 896:106fce732fdd
View ArticleNew Post: MFC
I use gmapnet in your application under MFC. But I have a problem how to set capture clicks on the map in my application. Any idea?
View ArticleNew Post: GMAP.NET in Visual C++
Is it possible for GMap.NET to be used in a c++ program by following the same procedures given here (http://www.websofia.com/2013/02/gmap-net-tutorial-maps-markers-and-polygons/) even though GMap is...
View ArticleNew Post: MFC
What do you mean exactly? I found such gMapControl1.OnMarkerClick + = new MarkerClick (gMapControl1_OnMarkerClick); There is also a function onMouseClick, but I can not set the function from MFC....
View ArticleNew Post: MFC
Here is the solution: http://blogs.msdn.com/b/nikolad/archive/2005/06/10/how-to-use-cwinformdialog-amp-lt-amp-gt-for-mfc-winforms-integration.aspx virtual void OnMapClick( System::Object^ o,...
View ArticleNew Post: Google Maps seem out of date ?
Hi Guys, I'm using GMaps on a security tracking application in Windows Forms. I use Google Maps as the service provider, using Satellite View most of the time. In some cases, particularly in outlying...
View ArticleNew Post: Cache entire map of a city or state
Hi. It's really a great application! I have a question. I can't find downloaded files after prefetching has been finished. Where are they located? thanks in advance
View ArticleNew Post: Cache entire map of a city or state
p.s. in demo there is 'open cache location' button
View ArticleNew Post: Google Maps seem out of date ?
Radioman, you rock ! Can I just delete the file in C:\Users\<myname>\AppData\Local\GMap.NET\TileDBv5\en or is there a software process I have to follow so as not to break something ? Thanks
View ArticleNew Post: Is possible to know if tiles is loaded without the event completed...
I want to print different image of the map, but the image is blank because the tile doesn't have the time to load. GMapControl1.ZoomAndCenterRoute(m_route) bigimg = GMapControl1.ToImage()...
View ArticleNew Post: Is possible to know if tiles is loaded without the event completed...
I want to print different image of the map, but the image is blank because the tile doesn't have the time to load. GMapControl1.ZoomAndCenterRoute(m_route) bigimg = GMapControl1.ToImage()...
View ArticleNew Post: Is possible to know if tiles is loaded without the event completed...
check the static image demo
View ArticleNew Post: Is possible to know if tiles is loaded without the event completed...
OK, i find another solution but it's not really nice. I understand that it's more of a caching problem so here what i did GMapControl1.ZoomAndCenterMarkers("OverlayOne") GMapControl1.Zoom -= 2 For i As...
View ArticleNew Post: MFC
To dave003 How could you used Gmap.NET in your MFC application ? Actually I also tried to do that but I got a error at: CWinFormsControl<GMap.NET.WindowsForms::GMapControl> m_wndGPSView; The...
View ArticleNew Post: Drawing a circle in WPF that scales with zoom
In the WPF demo I see how to draw a circle using one point as the center and another as one on the perimeter of the circle… but I’m looking to specify a single point as well as a radius in meters and...
View Article