New Post: Read Search Results from GMAP
Hello all, I want to read infromation from Google maps. Please help me. I want to search some information in Maps based on that, I want to read all search points (Lattitude & Langitude). For...
View ArticleNew Post: Help in starting out in GMaps
Hi I'm trying to use GMaps on a wpf project. I downloaded the GMap.NET.WindowsPresentation files and added GMap.Core.dll and GMap.Net.Windows.Presentation.dll as references,Then i added...
View ArticleNew Post: Convert GMAP.net GMDB to a format that Esri can use?
Is it possible to convert the gmdb that Gmap.net outputs to another format that Esri ArcGIS Explorer can use?
View ArticleNew Post: Place's Information
Thank you, But I want to use this information without connecting to the internet. I use offline mode of GMap. Can I get this information from GMap? How?
View ArticleNew Post: GMap.Net offline (static)
If you can download the map tiles to your offline storage, you can use a custom provider to read the tiles from your computer. string MakeTileImageUrl(GPoint pos, int zoom, string language) { long x =...
View ArticleNew Post: GMap.Net offline (static)
Thanks to everyone, This problem is solved. After adding the dll files to the project, using this code : gMap_NormalMap.Manager.Mode = GMap.NET.AccessMode.CacheOnly; gMap_NormalMap.MapProvider =...
View ArticleNew Post: Convert GMAP.net GMDB to a format that Esri can use?
database contains only tile images, you can convert them to whatever you want
View ArticleNew Post: Convert GMAP.net GMDB to a format that Esri can use?
radioman wrote: database contains only tile images, you can convert them to whatever you want How exactly do you open up the GMDB file to extract the tile images? Are they georeferenced tiffs?
View ArticleNew Post: PostGis and new release
You can add any custom tile providers, it's opensource, it wont die easily ;}
View ArticleCommented Issue: Bearing [16044]
Bearing was not working at least since 1.6. I'm not sure if I'm doing it correctly but now ti's working for me.since it's only in 1 file, I'll paste the diff here.---...
View ArticleNew Post: Heat Map
Hi, Iam thinking about using Gmap for a heat map like application. I have a set of coordinates, which are supposed to be used to generate heatpoints and display on said gmap. After searching both here...
View ArticleNew Post: Simple code to draw a Route VB.NET
This is old sample code and no longer works.... Does anyone have any VB.Net VS2012 example? My Route does not show on my map. mooooo!
View ArticleNew Post: Mouse Wheel
Hi everybody, I use GMap.Net in my c# project. That is really powerful. But I have a problem, and I happy if anyone solved it for me: When I use the mouse wheel in all of the form's environment...
View ArticleNew Post: Keep map.selectedarea square
Hi Radioman I am trying to find a way of keeping the map.selectedarea square as the mouse is moved - I will be copying this area to the clipboard. I can get the selectedarea.HeightLat and...
View ArticleReviewed: Hot Build (Sep 10, 2014)
Rated 3 Stars (out of 5) - dsfdsfdsaf dsfsdfdsdfdsfsdf
View ArticleNew Post: GMarkerGoogle.Tooltip --> How to display URL in tooltip
Hi, I have the following: .... GMarkerGoogle marker = new GMarkerGoogle(new PointLatLng(location.Latitude, location.Longitude), type); marker.ToolTip = new GMapToolTip(marker); marker.ToolTipText =...
View ArticleNew Post: GMarkerGoogle.Tooltip --> How to display URL in tooltip
Trial and error of course: marker.ToolTipText = "www.myURL.com" The Tooltip does not appear to have a Click event, so if all you want to do is display the URL you simply add the URL to the Tooltip...
View ArticleNew Post: Tooltip on routes
hello guys, someone has implemented the change? it would be interesting...
View Article