New Post: Convert zipcodes to lat/lon?
Does GMap.Net have any built-in functionality for converting a zipcode to it's latitude & longitude cooridinates? I have a database of customers & I want to show their locations with markers,...
View ArticleNew Post: Marker BringToFront or SendToBack (zorder)
Is there a way to change a marker's zorder / SendToBack or BringToFront? Thanks
View ArticleNew Post: Overlapping markers
Is there a way to prevent marker tooltips from displaying on top of each other for markers at the same location? I believe Googlemaps call it "declutter". Thanks...
View ArticleNew Post: Overlapping markers
I've been having this problem for a couple of years now. I've been hoping somebody better at coding than me would solve the problem. Here's my feeble attempt. It makes things a little better but...
View ArticleNew Post: Radioman please add ALK Maps as a Map Provider
http://alkmaps.com/ ALK Maps are very clean and most useful for road maps I have found. Not a lot of topography or colors. Makes it very easy to see markers and routes. Thank you.
View ArticleNew Post: Google Style Clustered Tooltips
mike_mankus wrote: For anyone interested, this is how I solved the problem: private List<GMapMarker> mouseOveredMarkers = new List<GMapMarker>(); private void...
View ArticleNew Post: How to load the program faster using small cashed file
Hi, is there any way to download gmdb data automatically for particular city by latitude and longitude.am really struct here. can you any one help me on this.Thanks in advance.
View ArticleCommented Unassigned: GMAP.Net Google Satellite map error in C#? [16137]
Tried to use GMAP.NET in winform using C#, when I set map properties to GoogleSatelliteMapProvider it gives an error. Exception :The remote Server returned in error:(404) Not found.I am using latest...
View ArticleCommented Unassigned: GMAP.Net Google Satellite map error in C#? [16137]
Tried to use GMAP.NET in winform using C#, when I set map properties to GoogleSatelliteMapProvider it gives an error. Exception :The remote Server returned in error:(404) Not found.I am using latest...
View ArticleNew Post: How to Automate Map download by Latitude and Longitude
Hi Everyone, Am trying to Automate the Map data download by giving latitude and Longitude values or by giving city name. is there any existing possible way to download the map data automatically for...
View ArticleNew Post: How to load the program faster using small cashed file
Hi, Congrats for your great effort.Am having little doubt about , is there any way to download gmdb data automatically for particular city by latitude and longitude.am really struct here. can you any...
View ArticleNew Post: How to Automate Map download by Latitude and Longitude
click 'prefetch' button in demo
View ArticleNew Post: Polygon with inner polygons
Oh, sorry, you have to change something more in GMapPolygon.cs: Change internal void UpdateGraphicsPath() { ... } to public virtual void UpdateGraphicsPath() { ... } and GraphicsPath graphicsPath; to...
View ArticleNew Post: Polygon with inner polygons
Updated it now butt still only main polly shows. :( My version of youre class looks like this now:using GMap.NET; using System; using System.Collections.Generic; using System.Drawing; using...
View ArticleNew Post: Polygon with inner polygons
I realized, that I made a LOT of changes to the original source-code... 1) Remove "protected GraphicsPath graphicsPath;" from GMapPolygonHole 2) In GMapControl replace UpdatePolygonLocalPosition with...
View ArticleNew Post: Polygon with inner polygons
Thanks and sorry for all the work I am crating for you! I do not know if this was correct way but I crated MyGMapConstrol that extends GMapControle and then created an override function called...
View ArticleNew Post: Polygon with inner polygons
Hi again I downloaded GMap source code and change the GMapControl as above and added GMapPolygonHole to it. It was missing localPoints in GMapControl ->UpdatePolygonLocalPosition so I added a list...
View ArticleNew Post: Polygon with inner polygons
Many thanks Xandolph for all the information got it to work now!
View ArticleNew Post: Polygon with inner polygons
Cool, sorry that I didn't have the time to reply anymore... You can do some pretty neat stuff with those holes in the polygons:
View Article