New Post: How does Gmap.net cache works
Prealocation is +32MB if there are no empty pages left, and there is no size limit. Caching is done asynchronously with the lowest thread priority. If you want to cache some area, you can use...
View ArticleCreated Unassigned: Drag Item [16078]
On mouse move evenhandler when we drag a item overother one we lost it and often the drag stop:In the GMapControl.cs I add this boolean public bool markerAsClick = false;The caller setup the flag void...
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
Hi! I coded an app which it was working for months ago. Today I have the surprise GMaps returning me GeoCoderStatusCode.ExceptionInCode. I am using OpenStreetMap provider, (well, I supposed), but if I...
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
maybe, but not necessarily
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
Then, why GMap is doing this request to google? I will try download GMap stable source code to debug with my app. I debug the app..... Why googleMap provider is hardcoded for getting point from...
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
Same here. been using this great project for about a year, and suddenly last week, the SetCurrentPositionByKeywords stoped working. I was using GoogleMap as provider. Tried chainging to open or bing,...
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
Never mind, I downloaded the a3237323f... build, replace the references and a couple of functions that changed (from the 1.6 build I was using), and it's working great. Keep up the excelent work...
View ArticleNew Post: The remote server returned an error: (403) Forbidden
I found some news from the site: https://developers.google.com/maps/documentation/geocoding/This document discusses the Geocoding API v3. Note that the Geocoding API v2 has been turned down and is no...
View ArticleNew Post: SetCurrentPositionByKeywords returning ExceptionInCode
I can´t deploy a beta version in production enviroment....
View ArticleNew Post: Dynamic Cursor Location
I am somewhat new to c#, and to GMap.net. I'd like to set things up so that there is a dynamic location shown on the map wherever the mouse is, without having to click anywhere. However, it only...
View ArticleNew Post: What type of GMarkerGoogleType is assigned to the GMarkerGoogle?
I would like to find out what type is assigned. In first step i create GMarkerGoogle mG = new GMarkerGoogle( new PointLatLng(x, y), GMarkerGoogleType.purple); In second step i find out (or not)...
View ArticleNew Post: How can i print the Complete World Map at certain zoom level?
Hi, I want to appreciate the work that has been done in making this control. Can any one tell me that how can i print the map of whole world because i put markers on different part of world and i want...
View ArticleNew Post: How can i print the Complete World Map at certain zoom level?
run demo, click 'Get Static'
View ArticleSource code checked in, #0d8aec3fb6fb
GMap.NET.WindowsForms: made type public for GMarkerGoogle...
View ArticleNew Post: Calaculate GMapRoute Total Distance
WolvesWorld wrote:AviatorBimmer wrote:radioman wrote: there is property for that already route.Distance radioman, In what format does route.Distance output the value? In miles? kilometers? nautical...
View ArticleNew Post: How to check if specific marker exists in overlay?
Hello all, How can I check if a specific marker already exists in the overlay? Reason for this is if it exists, I will simply update the marker's position. If it doesn't exist, then I just create a new...
View ArticleNew Post: How to check if specific marker exists in overlay?
check the demo, i use dictionary for best performance
View ArticleNew Post: How to check if specific marker exists in overlay?
Anyone else can help that doesn't involve the usual "check the demo" response? All I want to know is how to check if a specific marker is already in an overlay so that I can just update it's position...
View ArticleNew Post: How to check if specific marker exists in overlay?
anyone else that dare to look at the source?
View Article