In The Hand - .NET Components for Mobility
ExternalGPSInput Property
NamespacesInTheHand.TomTomNavigatorExternalGPSInput
Returns a stream which allows you to write custom NMEA GPS data to TomTom.

Requires Navigator v5.20 or later

Declaration Syntax
C#Visual Basic
public GpsStream ExternalGPSInput { get; }
Public ReadOnly Property ExternalGPSInput As GpsStream
Remarks
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.

Assembly: InTheHand.TomTom (Module: InTheHand.TomTom) Version: 6.2.0.0