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 (...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.