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