Used to connected to a GPS unit through the communication port, implements IRealTimeFeed, and fires events when the GPS location changes.
| Interfaces | Description |
|---|---|
| IConnectionPointContainer | Supports connection points for connectable objects. |
| IGpsFeed | Provides access to members that control the properties of a real-time feed object that gets its input from a GPS connection. |
| IPersistStream (esriSystem) | |
| IRealTimeFeed | Provides access to basic properties of RealTimeFeed. |
| Interfaces | Description |
|---|---|
| IRealTimeFeedEvents (default) | Provides access to the events fired by a real-time feed object. |
When working with GpsFeed's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pGpsFeed as GpsFeed