New Post: having trouble with API key
Q: Does the Demo work "out of the box"?or do users typically have to "adjust something". ?? 1. I increased timeout to 1 minute and it still timed out.2. I deleted the entire directory, re-downloaded...
View ArticleNew Post: Read
I am working in windows forms application and trying generate overlays and show on map when cursor is on this overlay a litlle description of overlay in a hint.Something like...
View ArticleNew Post: Show on map overlay's info when cursor is on this overlay
tooltip for marker?
View ArticleNew Post: Show on map overlay's info when cursor is on this overlay
Hm so each overlay will have own marker and when I clck on a marker a tooltip will apear, is it?I thought that this info will show everywhere on overlay, not in one place.
View ArticleNew Post: Error while opening Mainform in design view in WPF
It didn't work out for me too.I used the DLL's from the latest build and yet I keep getting that 'Object not set to an instance of an object' error which is caused by setting the Zoom property. Well it...
View ArticleNew Post: Caching functuionality
First of all I must say that I've been looking for such thing for years! It was a miracle for me when I found it.This is a general question about the caching functionality.I've been exploring the...
View ArticleNew Post: Caching functuionality
yes, you can copy/paste the db file directly after caching is complete, import/export is useful only when you have additional data on top of existing data, it merge data
View ArticleNew Post: Caching functuionality
Hi Guys,Merry Christmas!A question regarding caching, could I cache some overlays containing polygons I 've drawn before? So I won't need to draw again.... Tks!HN
View ArticleNew Post: Caching functuionality
You mean I could then just deserialize, add overlay and set visible directly?
View ArticleNew Post: Caching functuionality
yes, should work: GMapOverlay overlay = DeepClone<GMapOverlay>(objects);public T DeepClone<T>(T obj) {using(var ms = new System.IO.MemoryStream()) {var formatter = new...
View ArticleNew Post: Caching functuionality
all right, i will implement this,but I mean to use sqllite or other database cache as with tiles and prefetching, and be able to retrieve polygons and points as custom layers in later sessions. i...
View ArticleNew Post: Caching functuionality
i think it doesn't matter much where you save the data, the end result is the same
View ArticleNew Post: GMapControl1.OnRouteClick dont'work
Hi,I realized that this event does not work at the click of a routeyou work?
View ArticleNew Post: having trouble with API key
My timeout is 5 minutes, it might be firewall or something.I am having trouble on this line:using(HttpWebResponse response = request.GetResponse() as HttpWebResponse)The request.address...
View ArticleNew Post: having trouble with API key
I don't really understand proxies completely. I know what they do, but I have never used a proxy.In the code it saysrequest.proxy= GMap.NET.MapProviders.EmptyWebProxy Can I use one of your proxies? I...
View ArticleNew Post: having trouble with API key
by default all requests bypass proxy, check the Internet settings
View Article