New Post: Help with porting map.
I try to port map from this page http://dayzdb.com/map/chernarus . I made new provider which has new TileUrl and everything works nice but now i try to add points by coordinates from map in game. I...
View ArticleNew Post: gmap.SetCurrentPositionByKeywords
radioman wrote: check latest version I'm using the hot build - 3660acb94e16. Is that not the latest?
View ArticleNew Post: gmap.SetCurrentPositionByKeywords
OK I figured it out. The correct syntax is:gmap.SetPositionByKeywords("Maputo, Mozambique"); Not:gmap.SetCurrentPositionByKeywords("Maputo, Mozambique"); Thanks!
View ArticleNew Post: change gMapMarker color have no RegenerateRouteShape function
Hi, I'm currently using GMap.NET version 1.7.0.0. on WPF version. I've found this thread http://greatmaps.codeplex.com/discussions/354017 that says I could change the GMapMarker color. But, I can't...
View ArticleNew Post: Is it possible to kill GMapProvider.Projection.GetAreaTileList()?
I'm doing my own pre-fetch routine. One of the first things I do is get the tile list so I know what to fetch. But, as I'm sure you know, that call can take a very long time if the area is large. Is...
View ArticleNew Post: gmap auto drag map when mouse on the edge of window
hi guys: I want draw a line on the map, when i move mouse on the edge of window borderline then the map auto drag to the mouse position. someone can help me. thanks.
View ArticleNew Post: Multiple routes, different colors?
Hi sorry for the question but i have shearch in a lot of discussion and in the demo but i don't find my anwser. In my project i have differents positons. i have to draw a route with those positions but...
View ArticleNew Post: Is it possible to kill GMapProvider.Projection.GetAreaTileList()?
try call it in the background thread, you can modify the function to cancel it async
View ArticleNew Post: Need to force OnMarkerLeave when markers are removed from the map
Hi I am having the following issue: -I add some markers to an overlay. -I add the overlay to the mainMap. -I hover the mouse over a marker, and OnMarkerEnter fires. -I remove that overlay from the map...
View ArticleNew Post: Need to force OnMarkerLeave when markers are removed from the map
you don't need to remove overlay to update markers
View ArticleNew Post: Need to force OnMarkerLeave when markers are removed from the map
Replacing the markers within the overlay rather than removing and replacing the overlay does not work. Simply changing the position of the markers and never removing them from the overlay also does not...
View ArticleNew Post: Visual studio 2013
Did anyone check the gmap control inside visual studio 2013 and/or with windows 8? Thanks Yeyo
View ArticleNew Post: can 1.6 power run under vs2008?
i refered the 1.6 power dll under vs 2008, but it can not be run. must 1.6 power be run under vs2010?
View ArticleNew Post: Visual studio 2013
There is no problem inside visual studio 2013 and with windows 8.1 .
View ArticleCreated Unassigned: I get a blur image of map on button click [16098]
I m working in winforms using C#.net.I get a latitude and longtitude from an device and plot the value in the map.Initially i loaded the map in initialize component(),It is showing me correctly.But...
View ArticleNew Post: Flickering when Drawing a Pie or cilcle using CreateGraphic()
Hello, I have all the points, angles , etc to draw a Pie and a circle. I used the "CreateGraphics()" to get the graphics instance of the map and draw but it flickers. Then I created an overlay and used...
View ArticleNew Post: Demo source for v1.7
Hello Radioman, Its nice to see the demos that come with every release download, but it would be really helpful if you could publish the source code for them too. Maybe even throw some sample code onto...
View ArticleNew Post: MBTiles Map Provider
I was working on a project that made use of GMap.NET but needed to support MBTiles databases. I created a provider that is available here: https://github.com/geobabbler/MBTilesMapProvider This post is...
View ArticleCreated Unassigned: Change mode Map to night [16099]
Hi!Is possible to change the mode Map to night?The Google Maps has mode night.Thanks
View Article