Hi Mittchel,

There is surely something you should change in your code. You should first hook 
into the UpdatedLocation event and then call StartUpdatingLocation.

Other than that, subsequently calling StartUpdatingLocation does not mean that 
the UpdatedLocation event will be triggered. I believe it has no actual effect.
You could use the accelerometer to detect user movement (along with some 
complicated math if you want to translate that into location), but again, you 
cannot rely on location updates being delivered frequently (frequently = < 1 
sec).
Furthermore, do not expect less than 10m accuracy from GPS.

Dimitris Tavlikos
Software Developer
Email: [email protected]
Twitter: http://twitter.com/#!/dtavlikos
Blog: http://software.tavlikos.com






On 29 Nov 2011, at 10:09 AM, Mittchel debaass wrote:

> Hello everyone, 
> 
> I'm trying to work with the LocationManager and almost everything works 
> perfectly.. there is only one thing that isn't working for some reason. I'm 
> trying to update the location as soon as the user moves, but for some reason 
> it doesn't get updated.. I hope someone can help me out with this and tell me 
> what the problem is because this feature is necessary for me haha.
> 
> The code can be found here: http://pastebin.com/PgBpcEKb
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to