New Post: Faster SQL Provider performance
so is it faster or not ;} where is the evidence?
View ArticleCreated Issue: RectLatLng.LocationMiddle bug [16052]
I'd think that in the code fragment below, point2 should equal point1. This is not the case though.var point1 = new PointLatLng(0, 0);var rect = new RectLatLng(point1.Lat - 1, point1.Lng - 1, 2, 2);var...
View ArticleCommented Issue: RectLatLng.LocationMiddle bug [16052]
I'd think that in the code fragment below, point2 should equal point1. This is not the case though.var point1 = new PointLatLng(0, 0);var rect = new RectLatLng(point1.Lat - 1, point1.Lng - 1, 2, 2);var...
View ArticleNew Post: Tooltip out of bounds of map
hi, When moving mouse on markers, if the markers are on the edge of the map then the tooltip is shown half inside the map and half outside the map bounds. How can i achieve the result by moving the...
View ArticleNew Post: LatLng with same position
hi radioman, I suppose that GMapTooltip is the standard tooltip for markers? 2nd: for adding image to the tooltip do i just have to add image in OnRender(Graphics g)? 3rd: is that also possible to show...
View ArticleNew Post: LatLng with same position
yes, just render the image in your tooltip and it will be visible ..and i don't know about the 3rd ;/
View ArticleNew Post: Get extreme points of points
Hi,I wanted to ask about a task I have to do and how to solve my problem. illustrate: I have 50 points and I want to create a polygon that encloses all 50 points. it is sufficient that the function I...
View ArticleNew Post: Get extreme points of points
if you want polygon, just add the points, and thats it, what do you mean 'extreme'?
View ArticleNew Post: Get extreme points of points
I think I found the solution, all references to the algorithm ConvexHull. Actually I wanted to know if the library has the function GMap.Net ConvexHull. As if there is saving me time to create it...
View ArticleNew Post: Blue Cross
Hello I join this topic because I have the same problem, only I could not solve it using the Release, in the proof of control if I could do it, but in my project using the Release does not hide the...
View ArticleNew Post: Get extreme points of points
Thanks you so much I have found solution in this post http://greatmaps.codeplex.com/discussions/271481 Francesco Valentino
View ArticleNew Post: gMapControl1_OnRouteEnter(GMapRoute item)
why is this event not executed? void gMapControl1_OnRouteEnter(GMapRoute item) { } when i enter my mouse in route?
View ArticleNew Post: gMapControl1_OnRouteEnter(GMapRoute item)
by default route.IsHitTestVisible = false; set it to true and you will able to receive the events
View ArticleNew Post: gMapControl1_OnRouteEnter(GMapRoute item)
thanks radioman for such a fast service it works btw now
View ArticleNew Post: move in the area chached. is it possible?
Hi, I can browse only the area that was saved in the file gmdb?
View ArticleNew Post: move in the area chached. is it possible?
map.Manager.Mode = AccessMode.CacheOnly;
View Article