Questions tagged [gmap.net]

GMap.NET is a simple server control to allow easy implementation of google maps into any C# or VB.NET project without the use of any code and includes seamless integration with a .Kml file.

270 questions
0
votes
1 answer

Workaround for For Each Loop

I need help, or maybe at least an idea to make things work.. I am working on routing the travel of something through gps.. first off, I pre-loaded latlng points on my .accdb (3 points) I want them to be connected through a route.. here : For Each…
AdorableVB
  • 1,383
  • 1
  • 13
  • 44
0
votes
1 answer

Routes Not Drawing Correctly

I'm using gmap.net library to implement map in my winforms application Using Following code i can draw routes in my map Dim lstR As New List(Of PointLatLng) And Dim routes As New GMapOverlay("routes") SpcMap.Overlays.Add(routes) Dim r As New…
Jadeja RJ
  • 1,014
  • 3
  • 13
  • 27
0
votes
1 answer

GMap.NET Satellitemap providers error

I'm using GMap.NET in winforms application But when i use Googlesatellite map provider it gives an error ,Exception :The remote Server returned in error:(404) Not found, Other map providers works fine just problem with…
Jadeja RJ
  • 1,014
  • 3
  • 13
  • 27
-1
votes
1 answer

how to add map box tiles to gmap?

I want to get map box tiles from database but it does not work. I get MBTilesMapProvider class from here. It is invoked like below: map.Manager.Mode = AccessMode.ServerAndCache; map.MapProvider = new …
-1
votes
1 answer

Divide Geo Line in specified interval based on start and end geo-coordinates

I have two geo coordinates (Start and End Points) and I am able to create a line between them. Suppose these two coordinates are at a distance of 30 meters then I need to find every geolocation of points at an interval of 3 meters. So there are 10…
Manish Jain
  • 1,197
  • 1
  • 11
  • 32
-1
votes
1 answer

Google Maps Plotting location on railway track

I am working on a GSM based tracking device . i have successfully able to plot the approximate location on google maps using Gmap.net library for windows application and google maps api for android application.I want to mainly do the tracking of the…
pranjal khanduri
  • 351
  • 1
  • 3
  • 16
-1
votes
1 answer

Drag map by clicking on a button without using mouse Drag

I had a question and I would appreciate if someone answers. I want to drag the map to one side (for example, right or left, or up or down) by clicking on a button without using a mouse drag. I tried a lot and searched for a lot to answer, but I did…
A.Sajedi
  • 13
  • 4
-1
votes
1 answer

Gmap.net can't show multi markers use C# winform

I want show multi marker on Map , but seem can't , code follow : button1_Click show Position ,button2_Click show markers ! anyone give me any instructions? thanks. private void button1_Click(object sender, EventArgs e) { gmap.DragButton =…
-1
votes
1 answer

How to create circe whit GMap in VB.Net

I'm looking for some function which can create a circle on map. I'm using Gmap library in VB.Net. Exist some function which can create a circle around of point on map, for examle with 500 meters radius ? I found a code, but it isn't what I'm exactly…
Oliwer11
  • 27
  • 5
-1
votes
1 answer

Draw polyline in gmap.net

I want to draw polyline on map. I can't find any example or documentation. Could somone help? // Initialize map: gMap.MapProvider = GMap.NET.MapProviders.OpenStreetMapProvider.Instance; GMap.NET.GMaps.Instance.Mode =…
GarryMoveOut
  • 377
  • 5
  • 19
-2
votes
1 answer

How to get specific address on google map?

I am using GMap.net library and I get the address, but I get the result I don't want. example : the address i took out 2QRR+26 Cầu Giấy, Hà Nội Expected actual address : 108 Nguyễn Phong Sắc, Dịch Vọng, Cầu Giấy, Hà Nội This is the location…
bin
  • 33
  • 5
-2
votes
2 answers

input data from datagridView into gMapControl

I have some problem with coding on C# with data from dataGridView. I have some data table on dataGridView and I need to put this info into gMapControl using GMap.Net for creating of several markers on the map. Here is my code: private void…
Vitaliy
  • 1
  • 1
-2
votes
1 answer

Multiple markers not getting added

I am trying to add multiple marker location Latitude and longitude form a file. But only one marker is getting added and that too at wrong place. Following is my code, where am I doing wrong ? I am using gmap.net in windows form private void…
Patrik
  • 1
  • 3
-2
votes
1 answer

show 1 million locations with markers on a map based on OpenStreetMap from C# VS2013 WPF

I would like to show 1 million locations on a map based on OpenStreetMap. I work on C# VS2013 and GMAP.NET WPF. But, when I added markers for each location, the map cannot be shown up because the marker is a bitmap image. And 1 million markers…
user3601704
  • 753
  • 1
  • 14
  • 46
-4
votes
1 answer

OpenStreetMapProvider license

I am writing Windows Forms commercial application. I have functionality that get data from gps, latitude and longitude and show the actual position on the OpenStreetMap. I use GMap .NET and OpenStreetMapProvider. I searched over internet and there…
usmauriga
  • 73
  • 1
  • 1
  • 5
1 2 3
17
18