0

I have made a form application in C# and I need the real time gps data to be read by my form and link it to google earth where I can draw a route using the gps data.For example,i would like a button which would link to the google earth.I know we can import the real time gps data directly into google earth.But I need to access it through my application.

MoDrags
  • 141
  • 2
  • 13
  • Here's one option how to get GPS data in C#: http://stackoverflow.com/questions/284285/c-sharp-serial-communication-with-u-blox-gps – jordanhill123 Mar 22 '13 at 07:05

1 Answers1

0

A real time connection to Google Earth is possible: Use KML Update to push out incremental updates if gps locations updates.

See kml updates

AlexWien
  • 28,470
  • 6
  • 53
  • 83