MonoTouch.Info - Entries tagged with MonoTouch.CoreLocation
MonoTouch App - Artnotes - Current Source Code
ArtNotes is an app I'm currently working on, soon to be released on to the App Store. Helping you manage images and photos, there's integrated geo-tagging and viewing of image locations on the map. There's currently basic Flickr integration to allow searching for more images as well as importing from the iPhone's library and camera. It's currently a work in progress, with lots of ideas in the queue, including import / export albums, Flickr synchronization and a revamped UI. The interface is written alm...
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.
MonoTouch Sample - MapKit 103
Another blog post by Craig Dunn. He continues work on his MapKit series (see MapKit 101 for the first part and MapKit 102 for the second part). MKAnnotations now appear. Craig thanks Geoff for helping him via hints for this series. This has been tested with RC2 of MonoTouch but unfortunately it ONLY WORKS ON THE DEVICE - the simulator will 'crash'. Hopefully this is fixed in future releases of MonoTouch.
MonoTouch Sample - MapKit 102
Another blog post by Craig Dunn. He continues work on his MapKit series (see MapKit 101 for the first part). MKPlacemarks now appear. The main changes from MapKit 101 are to FoundWithPlacemark and MapViewDelegate. Visit the post to find out more and please touch this entry if you like it.
MonoTouch Sample - MapKit 101
Craig Dunn does another blog post. This time he creates a sample to demonstrate building a mapping app using MonoTouch. MapKit seems to have the following 'features' which were supposed to be covered by this sample: Display a map Change map appearance Interact with the user's location via GPS Reverse-geocode a location Place pins (with popups) on the map The sample manages to cover four out of five of those, but pin-placement just refused to work (although this should be fixed in an updated beta).