Basic GPS Sample for Windows


Description:

This sample is a basic implementation of how the Mobile SDK GPS objects can be used. When a GPS connection is established a GPS track is displayed within the map via the GPS Display object. This sample does not require a GPS device since a pre-recorded GPS trail has been included. Note how the easy it is to incorporate GPS data into your application. Note how the satellite information can be displayed visually or as text to your users
Products:
Server: C#

Platforms: Windows

Requires: Visual Studio 2005(SP1)/2008, .NET Framework 2.0


How to use:
  1. Open the project within Visual Studio 2005/2008.
  2. Modify the MobileService URL to connect to your service.
  3. Modify the MobileService CachePath to a folder on your computer.
  4. Change the GPS Com port value in Form_Load, if you have GPS device. or modify the GPS Display to utilize the FileGPSConnection.
  5. Compile and run the project.
  6. Use the GPS tab to open the GPSconnection, and start the GPSDisplay.
  7. Use the Tracking tab to visualize the satelitte information.
  8. Use the Map tab to view the GPSDisplay showing the device location on the map display.