Returns a stream which allows you to write custom NMEA GPS data to TomTom.
Requires Navigator v5.20 or later
Please refer to TomTom SDK for performance information.
Data must be written as standard NMEA ASCII data.
You can use a StreamWriter - make sure you use ASCII encoding.
The stream is write-only.
You must call Close on the GpsStream to return to the default GPS input.
Only one GPS stream can be used at one time.