New Post: application load and map source changing
radioman wrote: witch cache it loads instantly, i don't know what are you doing there... I'm just using a simple winform form with gmapcontrol on it
View ArticleNew Post: Is this possible?
Xandolph, The following code is actually for silverlight maps, not GMaps, but it is very similar. Const Scale As Double = 1000000000.0 'Convert Lat Lng to Int128 'Generate a Polygon from the line...
View ArticleNew Post: Gmap on mono for Android
Hey radioman. Would you want to create a speed limit app for Android out of your work? Let me know. -cellurl
View ArticleNew Post: Gmap on mono for Android
..i don't even have android, it's just and idea to help gmap.net users to reuse the cache on the phone it's useful if you like to have offline map in your pocket, you can use any map provider you want,...
View ArticleNew Post: set default size(Rectangle) selected area map
Hi admin i want to set default size for selected area map, so when i hold alt i can selected area on map that will be save to img format with default size..(i need size 256x256).. can u help me for...
View ArticleCommented Unassigned: Import / export caching [16066]
Hello,I have a problem with the import / export. I navigated on the map and I went to some places which I want to save them...I used the export functionality. I closed the application...I turned off...
View ArticleNew Post: set default size(Rectangle) selected area map
do you want to save separate tiles?
View ArticleNew Post: set default size(Rectangle) selected area map
no,,, still combine tiles into one i just want to save image using static image form and generate with default size image
View ArticleNew Post: set default size(Rectangle) selected area map
mm, well you have to hack some code, because selected area is in LatLng do you try to generate TMS/WMS? ...you can select a little bigger area, and crop after it's done precisely
View ArticleNew Post: set default size(Rectangle) selected area map
yes, i already have form to crop image,, but its have to much step for get the image,,,i want to be simple for user its possible to set max width and height on selected area (the blue one) so when i...
View ArticleCommented Unassigned: Import / export caching [16066]
Hello,I have a problem with the import / export. I navigated on the map and I went to some places which I want to save them...I used the export functionality. I closed the application...I turned off...
View ArticleCommented Unassigned: Import / export caching [16066]
Hello,I have a problem with the import / export. I navigated on the map and I went to some places which I want to save them...I used the export functionality. I closed the application...I turned off...
View ArticleNew Post: Build 4ff426952bbc - Markers do not show reliably - require Zoom...
Hello, I am brand new to C# and GMap, so please bear with me. The following code executes roughly every 30 seconds from a timer. Markers are associated with addresses. It checks to see if a...
View ArticleNew Post: Build 4ff426952bbc - Markers do not show reliably - require Zoom...
don't gMap.Overlays.Clear(); instead call map.HoldInvalidation = true; { markersOverlay.Clear(); for(;;) { markersOverlay.Markers.Add(marker); markersOverlay.Markers.Add(marker);...
View ArticleNew Post: application load and map source changing
Isn't it because of the size of cache map file ?
View ArticleNew Post: Draw rectangle for zoom
I am new to C# and this component. I want to implement that functionality Just like that First User click on a button and then select desire area of visible map.
View ArticleNew Post: application load and map source changing
radioman wrote: nop so why this happens? it happens just when i assign the GOOGLEMAP like below code at the beginning of form initialization gMapControl1.MapProvider = GMapProviders.GoogleMap;
View Article