views:

197

answers:

1

hi, i was wondering if anyone knows of any gps receivers that have a fairly good API..

I am hoping to develop a simple app that will show my location (live) on google maps using the google maps api but of course would need an recevier that i can interface with too whilst on the move.

Cheers.

NB: Work would be done in c#.

A: 

Most still provide a serial connection. Coordinates would be coming in ASCII format, and that is super-easy to process.

Hamish Grubijan