MonoTouch.Info - Entries tagged with GPS
MonoTouch Article - The GPS and Compass Functions
Bryan Costanich writes an article about the GPS and Compass Functions supported by MonoTouch.
MonoTouch Article - Dr. Dobb's - The GPS and Compass Functions
This is a four page article on the Dr. Dobb's website that covers MonoTouch and the GPS and Compass Functions available to you.
MonoTouch Article - Accessing GPS data on the IPhone with MonoTouch
Accessing GPS data on the IPhone with MonoTouch A lot of .Net developers have probably heard about MonoTouch but are still concerned about how 'hard' it might be to create a useful application.  One of the applications I am currently working on uses the IPhone's inbuilt GPS and I wanted to show not only how easy it is to get this data, but how understandable the code will be for anyone with a .Net background. First we add a reference to MonoTouch.CoreLocation with the standard 'using' syntax; using Mo...
MonoTouch Article - GPS Using MonoTouch
This version of Edify Friday covers how easy it is to incorporate GPS data from your iPhone into your MonoTouch applications. They create a new iPhone MonoTouch Project called HelloWorldGps, which demonstrates how they can retrieve a location via GPS and show it to the user.