About GPS ToolKit.NET Mobile
Introduction
Purchasing GPS ToolKit.NET
Redistributing GPS ToolKit.NET
License Agreement
Support
Getting Started
Getting Started
Setting up the GPS
Basic Concepts
GPS ToolKit Sample Projects
About GPS ToolKit Errors
Reference
GPSToolKit Class
Properties
BaudRate
ExtendedFixData
IsGPSConnected
IsPortOpen
LastPositionUpdateTime
NavigationData
PortName
Protocol
Position
Satellites
Speed
TrueCourse
Methods
AddRoute
AddTrack
AddWaypoint
AutoDetectGPS
Close
GetAvailableSystemPorts
GetGPSInfo
GetRoutes
GetSystemPorts
GetTracks
GetWaypoints
Open
ShutOffGPS
WriteRawBinaryToGPS
WriteRawToGPS
Events
GPSConnected
GPSDisconnected
NavigationUpdate
PositionUpdate
RawDataReceived
SatelliteUpdate
Supporting Classes
Altitude
Angle
Distance
ExtendedFixData
Properties
DGPSRefStationID
EstimatedHorizontalError
EstimatedPositionError
EstimatedVerticalError
FixMode
GeoidHeightAboveWGS84
HDOP
MagneticVariation
NumSatellitesInView
PDOP
TimeSinceLastDGPSUpdate
VDOP
GPSInfo
Latitude
Methods
ToDecimalDegreesString
ToDegreesMinutesString
ToDegreesMinutesSecondsString
Longitude
Methods
ToDecimalDegreesString
ToDegreesMinutesString
ToDegreesMinutesSecondsString
NavData
Properties
ActiveRoute
ArrivedAtDest
CrossTrackError
DestWptName
DestWptPosition
IsValid
MagBearingFromOriginToDest
OriginWptName
TrueBearingFromOriginToDest
TrueBearingToDestWpt
VelocityTowardDestWpt
Position
Methods
BearingFrom
BearingTo
DistanceTo
Route
Properties
Name
Waypoints
Satellite
Speed
Track
Properties
Color
DisplayTrack
Name
TrackPoints
TrackPoint
Waypoint
Collections
RouteCollection
SatelliteCollection
TrackCollection
TrackPointCollection
WaypointCollection

GPS ToolKit.NET Sample Projects

Simple GPS

The Simple GPS project demonstrates how to open the GPS port and read and display data. This example reads position, altitude, speed, and course data and demonstrates how to specify the format in which latitude and longitude is to be displayed.

The Simple GPS Visual Basic.NET sample project can be found in the Examples\VB\Simple GPS folder.
The Simple GPS C# sample project can be found in the Examples\C#\Simple GPS folder.

NMEA 0183 Test Panel

The NMEA 0183 Test Panel project demonstrates much of the functionality available when using GPS ToolKit.NET with the NMEA 0183 protocol. This includes position, speed, and direction data, as well as current route and satellite information. You can use this project to test communications with the GPS or to jump start your own project.

The NMEA 0183 Test Panel Visual Basic.NET sample project can be found in the Examples\VB\NMEA 0183 Test Panel folder.
The NMEA 0183 Test Panel C# sample project can be found in the Examples\C#\NMEA 0183 Test Panel folder.

Garmin Test Panel

The Garmin Test Panel project demonstrates much of the functionality available when using GPS ToolKit.NET with a Garmin GPS using the Garmin protocol. This includes access to position, speed, and direction data, as well as as well as the ability to transfer waypoints, routes, and tracks. You can use this project to test communications with the GPS or to jump start your own project.

The Garmin Test Panel Visual Basic.NET sample project can be found in the Examples\VB\Garmin Test Panel folder.
The Garmin Test Panel C# sample project can be found in the Examples\C#\Garmin Test Panel folder.