New Post: Google Satellite - Black Tiles
Hi, I'm having trouble understanding following issue: At home, my application with GMAP.net works well with Google Satellite imagery. At work, Google Satellite option returns black tiles. The other...
View ArticleNew Post: Draw Range/Circle/Sine in GMap.net
Here is a Circle Marker with the circle diameter set in meters. I posted this code here some years back. Cheers.namespace GMap.NET.WindowsForms.Markers { public class GMapMarkerCircle : GMapMarker {...
View ArticleNew Post: Threatening message from Andrey Chebotarev in Yandex Maps
Без кота́ мыша́м раздо́лье.
View ArticleNew Post: mapsengine
Hi Radioman,I know you will not remember me but you may remember a few years ago I donated $80.00 US to you.I used GMap.NET back then and everything worked great. But now I have a new challenge and I’m...
View ArticleNew Post: Generating static map
OK, it's working. After radioman response (thanks for hint) I used 1.6 version again, and I used code for StaticImage form from 1.6 release (I don't know why i haven't done that earlier... it took few...
View ArticleNew Post: public float Bearing WPF Disable?
Are there any Updates on this Issue? I'd really like to use bearing in my Application and would appreciate if someone got this working. Otherwise i think i have to dig into it.
View ArticleNew Post: Blue overlapped rectangle and boundsOfMap
Hi, I setted some boundsOfMap in my application and it works very well, but a blue rectangle that is overlapping my map and which bounds are boundsOfMap is annoying me. I can get rid of it by clicking...
View ArticleNew Post: Blue overlapped rectangle and boundsOfMap
https://greatmaps.codeplex.com/discussions/454227
View ArticleNew Post: should I add classes
hi, I started working or learning on this maps yesterday and I did just like this:http://www.websofia.com/2013/02/gmap-net-tutorial-maps-markers-and-polygons/ but when I write this GMarkerGoogle marker...
View ArticleNew Post: i want to count of tag images map
hi sir i want to count images in specific location i.e coutry or city in map
View ArticleNew Post: TilePrefetcher process
I am trying to generate "packages" of prefetched areas. Either I am not doing this properly, or my understanding of this feature is wrong. First I get the selected area which gives me the RectLatLng...
View ArticleNew Post: The type initializer for 'GMap.NET.WindowsForms.GMapControl' threw...
Hi Guys, I have been using Gmaps.NET for a very long time, its been working fine for months, then suddenly I am unable to run my Winform App anymore today, I have tried everything, even reverting code...
View ArticleNew Post: The type initializer for 'GMap.NET.WindowsForms.GMapControl' threw...
I just got it to work again by directly referencing SQLLite X86 1.0.84.0 in my project references with Copy Local enabled. But i read that this is not advised, and i never do this in past, so i cannot...
View ArticleCreated Unassigned: How can I print GMap.NET maps? [16101]
So there is GMapControl on form. I want to print map, and here is code``` PrintDocument doc = new PrintDocument { DocumentName = "Map printing file" };doc.PrintPage += DocOnPrintPage;PrintDialog dialog...
View ArticleNew Post: How can I print GMap.NET maps?
So there is GMapControl on form. I want to print map, and here is codePrintDocument doc = new PrintDocument { DocumentName = "Map printing file" }; doc.PrintPage += DocOnPrintPage; PrintDialog dialog =...
View ArticleNew Post: ZoomAndCenterRoutes works not correctly?
Hi, I want to zoo out map to fit map on it and then center it. For this purpose I get use GetRectOfAllRoutes method which works correctly (i put result of this method as property SelectedArea and blue...
View ArticleNew Post: How can I print GMap.NET maps?
Problem was resolved by using temporary files string path = Path.GetTempPath() + Path.GetRandomFileName() + @".png"; _tmpImage = View.gmap.ToImage(); if (_tmpImage == null) return;...
View ArticleNew Post: build error when add Web Reference
Hi Radioman, Thanks for making such an awesome product. It works well and is stable. I have 50+ customers using an application with your map and they love it. In my Windows Project when I add a Web...
View ArticleNew Post: build error when add Web Reference
I figured it out. I had to add a proxy class instead of adding a Web reference in Microsoft Visual Studio. Thanks!
View Article