Source code checked in, #848201fd3f3a
GMap.NET.Core: added functions to read tiles from files or memory
View ArticleNew Post: Visual basic net KML to gmap
Please help , needs load kml file t as polygon but __VB .NET __only BIG THANKS FOR EVERYONE!
View ArticleNew Post: Lack of performance with Markers in WPF
Hi Radioman, I have been using your great GMap.Net for a few months now and I have a problem to submit. Here is what i do:I display a GMapControl in my UserControl. Then I draw some areas on it (using...
View ArticleNew Post: Lack of performance with Markers in WPF
try: (polygon.Shape as Path).Effect = null;
View ArticleNew Post: Inheriting from Polygon Type
Hello; i'm trying to define my own Polygon implementation, adding an inernal marker that will add Tool Tip functionnality, however i faced two problems: first , the GoogleMarker with image type None do...
View ArticleNew Post: New maps
Found another great map service, what do you think could you add support for...
View ArticleCreated Unassigned: question about the limitation on the number of the...
Can someone help me? when I use the GetPoints() function to get a set of PointLatLng points there are always a limitation on the number of the points I get, the number is always 10, if someone know how...
View ArticleNew Post: Mono JIT compiler version 3.2.8 didn't work with the demo exe
please , can you reply on the problem , if the problem the version of mono comiler what is the best version can i use it
View ArticleNew Post: Mono JIT compiler version 3.2.8 didn't work with the demo exe
System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. it's not...
View ArticleUpdated Wiki: MONO support
to be able run via mono:add libmono-winforms2.0-cil (Mono System.Windows.Forms library (for CLI 2.0)) in package manager, this will add all the other needed dependenciesset MONO to compilation symbols...
View ArticleNew Post: Mono JIT compiler version 3.2.8 didn't work with the demo exe
ok i installed Mono.Data.SqliteClient.dll where i put it in ubuntu 14.04 to run your demo "Demo.WindowsForms.exe"
View ArticleNew Post: Customizing Markers to Draw Geometric Shapes
Hello every one; After many attempts to implement some geometric shapes , i realized that the only way to keep input over them is to update Size and Offset each time before rendering them, i have been...
View ArticleNew Post: How to get All Lat Lng in Polygon
For Each pll In gmap.Overlays(2).Polygons(0).Points This will get you the points for the first polygon.
View ArticleSource code checked in, #d93adf855fc4
GMap.NET.Core: coogle Maps API for Work support, polyline decoder update
View ArticleNew Post: Accessing Google Maps using Google API client key
ok, Maps API for Work is implemented now
View ArticleNew Post: Get underlying coordinates
I am using a custom marker that displays a pie shape on the map as a decoration for other markers. I would like to know if there is currently a way to get the collection of points under this shape(in...
View ArticleNew Post: How do I get gps points along the route set?
Hello guys, I'm doing an app where I set on the map a route based on some points that user are going to insert on a textbox. Ok, my route is fine and works great. Now I need to export a list with some...
View ArticleSource code checked in, #a793e7bf9b81
GMap.NET.WindowsForms: updated ToImage using backBuffer, WYSIWYG
View ArticleClosed Unassigned: How can I print GMap.NET maps? [16101]
So there is GMapControl on form. I want to print map, and here is code``` PrintDocument doc = new PrintDocument { DocumentName = "Map printing file" };doc.PrintPage += DocOnPrintPage;PrintDialog dialog...
View Article