I have a set of gps latitude and longitudes in a database and use:
I'm also using FromLocalToLatLng to get the map coordinates to display on a Panel on gMapControl1_MouseMove( ).
But looking at the database gps data I can tell the FromLocalToLatLng latitude and longitudes coordinates are incorrect.
I found this: http://greatmaps.codeplex.com/discussions/623565 but I cannot get it to work with Winforms.
Any C# Winforms help with and example much appreciated.
Thank you.
MapRoute route = GMap.NET.MapProviders.OpenStreetMapProvider.Instance.GetRoute(start, end, false, false, 15);
to map a complex route, and it maps perfectly down to the correct traffic lane.I'm also using FromLocalToLatLng to get the map coordinates to display on a Panel on gMapControl1_MouseMove( ).
But looking at the database gps data I can tell the FromLocalToLatLng latitude and longitudes coordinates are incorrect.
I found this: http://greatmaps.codeplex.com/discussions/623565 but I cannot get it to work with Winforms.
Any C# Winforms help with and example much appreciated.
Thank you.