[Browse] [Tag cloud]

Log on:
Powered by Elgg

Ferrey, Mark :: Blog :: set “sat nav” style navigation from a c# application?

January 19, 2012


Does anyone know how to automatically set “sat nav” style navigation from a c# application?


quick fix :


string postcodeq = ("RG6 6UR")


webBrowser2.Navigate("http://maps.google.com/maps?q=" + postcodeq);


Reference: http://www.youtube.com/watch?v=CmfkV3NRz8c


 However this does not offer turn by turn guided navigation.


 


Any ideas?


I have a c# application with a string containing a UK postcode


I have a tomtom navigation device. (one 3rd gen)


Any suggestions are appreciated.

Keywords: sat nav tom tom navigation c# postcode

Posted by Ferrey, Mark | Share

You must be logged in to post a comment.

/