New Post: Info windows on Winform
I hope all of you are having a great day. I'm wondering if ¿ anyone here can help me or guide me through the process of making a "info window" in WINFORMS gmap.net api ? I've been searching all around...
View ArticleNew Post: Info windows on Winform
Is this you want ! First was a control showing with mouse events! Second was draw something with events!
View ArticleNew Post: Info windows on Winform
Yeah it was exactly what I asked for :D, thanks. I'll try to do that because i thought that there could be a method or something to perform that action easily. I'll ask you for some advise if I need...
View ArticleNew Post: Info windows on Winform
Not at all, what is the problem about this we can explore together!
View ArticleCreated Issue: OpenStreetMap.GetRouteBetweenPoints not working anymore? [16048]
I try MapRoute mapRoute = GMapProviders.GoogleMap.GetRouteBetweenPoints(new PointLatLng(48.15, 11.5833), new PointLatLng(49.78, 9.93), false, false, 5);but the mapRoute is allways null.When I use...
View ArticleNew Post: Info windows on Winform
Thanks for your help benlee, i actually did the info window type balloon pretty easy :)... I was just wondering if you could help me with something else: i'm trying to rotate the map so that it remains...
View ArticleNew Post: How can I use the GMarkerGoogle?
you don't need to include anythink, just use latest version(1.7), in 1.6 there is no such class
View ArticleNew Post: Using openstreetmap.org offline
you mean use it as a Data.gmdb (i am sitting behind proxy server cann't see map using Demo) and what about System.Data.SQLite.DLL why is that not present in C:\test?
View ArticleNew Post: How can I use the GMarkerGoogle?
Version of that? What should I replace it? I understand you're talking about the library dll, plug in the project? Sorry. I don't professional :(
View ArticleNew Post: Know a marker unique ID
Thanks for your help I did something like that and worked fine :).
View ArticleNew Post: Split markers on same spot
Hi there to everyone, I have a question, anyone knows how to split or separate markers that are located over the same spot? (they share the same coordinates)
View ArticleNew Post: Only work with local (downloaded) maps.
I chose a necessary part of the card and pressed the "Prefetch selected area". All tiles cached. Where now can I insert to load the program using only them? I understand that I have to use the...
View ArticleNew Post: search a street by name
Hello Is there any method to search a street by name ? But once again I'm maybe blind ? Thanks for any help anyway
View ArticleNew Post: Local map provider units
Thank you for the fast reply. I would have thought that longitude / latitude were simple units for a map. My map server uses the same units as used in the map "shape" files, I obtained those from...
View ArticleNew Post: Local map provider units
it uses image tiles, standart mercator projection is prefered
View ArticleNew Post: Local map provider units
But what are the units? a mercator projection still needs two co-ordinates (in degrees or radians). Surely there is something in GMaps that can do the conversion, its possible to specify the centre of...
View ArticleNew Post: Local map provider units
coordinates are not your problem, make the tiles, don't care for the rest
View ArticleNew Post: Local map provider units
I can make the tiles, the problem is what area the tiles are for. I need to convert GMap's co-ordinates / zoom level into the longitude / latitude to be rendered on the tile.
View Article