gmap.net Questions

2

I'm working on Win Forms application along with GMap.net(a library that enables us to use Google Maps in Win Forms Application). Coming straight to the point, I be able to get the coordinates i.e (...
Especially asked 7/2, 2013 at 11:32

5

Solved

I'm working on a programme with C# and I want to calculate the route, but it's returning null. Here's my code ; PointLatLng start = new PointLatLng(38.481858, 27.089006); PointLatLng end = new Po...
Agnes asked 29/7, 2015 at 6:40

9

I am using GMAP.NET in c#. I am able to display the map on the form, now i am trying to draw a CIRCLE mouse by clicking on a certian point, keeping the left mouse button and dragging the mouse upto...
Almira asked 16/2, 2012 at 9:32

2

I am trying to load a map on my project. I'm using WPF on my project but since I can't use the "Overlays" I'm using to put a marker, and it's working on WindowsForm, I am now using it and calling i...
Elliott asked 12/10, 2017 at 5:8

1

I have this problem: I have a list of points List<PointLatLng> and an overlay where a trajectory of the points is shown. I also use TabPages and inside one page there is the gMapcontrol. Unf...
Agiotage asked 11/1, 2018 at 8:29

1

Solved

I am writing a WinForms app using GMap.NET Windows Forms. I noticed that the map is finite. It does not show anything to the east of Australia, for example: Notice the white bit on the right. T...
Viridescent asked 9/6, 2018 at 15:1

2

Solved

I'm using the gmap.net control to display the maps on windows forms.as of now everything works fine except the map dragging functionality.in general map dragging is supported with Left-Mouse Button...
Rabato asked 26/10, 2013 at 16:9

3

Solved

I'm developing an application using Gmap in c# (great API, btw), not to confuse with google-map API, and I did some really cool and useful stuff ever since. My problem is that some of my clients w...
Dov asked 22/9, 2015 at 8:22

0

I have this code that shows specific location I needed on my project. public partial class ViewLocation : Window { public ViewLocation() { InitializeComponent(); } private void gmap_Loaded(o...
Bipolar asked 24/9, 2017 at 8:10

2

Solved

I want to use another map provider in my GMapControl. For example, I can use GoogleMap: GMapControl myMapControl = new GMapControl(); myMapControl.MapProvider = GMapProviders.GoogleMap; All bui...
Alten asked 17/5, 2016 at 6:11

2

Solved

I am building an application that needs a tool for rendering a geographic map, in addition the application needs the tool to provide a way for adding custom overlays. I found GMap.Net to be a grea...
Crinkleroot asked 18/6, 2015 at 17:44

2

Solved

I've a Windows Forms Application with a Gmap.Net controller, what I want to do is to add markers based on an outside sources that provides locations. The thing is that when I add a marker is initia...
Drugstore asked 21/7, 2015 at 16:47

4

Im using winforms and GMap.NET in order to learn how to use it. I have a mouse click action on the Gmap controller and when the user clicks on some place on the map i'm getting the x y coordinates...
Caspar asked 4/6, 2015 at 6:43

1

Solved

When my cursor is over a marker, it doesn't zoom. Is there any way around this? Cheers public MainForm(Dictionary<string, string> startupParams) { InitializeComponent(); gMapControl.MapPr...
Corie asked 18/1, 2016 at 1:43

1

Solved

IsMouseOverMarker property detects clicking on marker just fine, but when trying to use IsMouseOverPolygon property of GMap Control to detect if user clicked on polygon line - it doesn't seem to be...
Banky asked 24/11, 2015 at 18:34

1

Solved

I am using the GMap.NET code for maps and markers. Adding markers and doing anything with the map hasn't been the problem its removing a single marker from the map I am having issues with. I resear...
Chalkstone asked 27/5, 2015 at 16:5

2

I am trying to put together a c# program with GMap, and I'd like the coordinates where the mouse is to show up on the bottom of the screen. I've added an OnMouseMove method to the form, and I do ge...
Chalk asked 18/9, 2013 at 14:24

1

Solved

I´m using the GMAP.net library in a project and I found it was a powerful tool. It´s cache facility made it a real profit to my project. Anyway, I need if someone can tell me a little bit of how th...
Swain asked 16/9, 2013 at 15:16

1

Solved

I am trying to make a small application which has the capability of showing maps. I came across GMap.Net which is great for my purpose except for the fact that the map does not show completely in t...
Patent asked 29/6, 2012 at 7:10
1

© 2022 - 2024 — McMap. All rights reserved.