There is an example here:
http://stackoverflow.com/questions/1993016/android-how-to-keep-gps-active-until-more-accurate-location-is-provided

Otherwise consider using Xamarin.Mobile: http://xamarin.com/mobileapi,
it has a nice GeoLocation implementation where you can set your
Desired Accuracy and have it keep searching until it reaches that
accuracy.

On Fri, Aug 24, 2012 at 1:48 PM, Domanet <doma...@mail.com> wrote:
> Hi All,
>
> I’m requesting updates by using .RequestLocationUpdates
> (LocationManager.GpsProvider,20000, 0, this);
>
> This works perfectly and I get the updates every 20 seconds or so.
>
> My issue is on some devices the accuracy is 64+ feet where as I really need
> anything less than 16.
>
> What is the best way to keep the GPS on to get a better fix?
>
> Thanks
>
>
>
>
>
> --
> View this message in context: 
> http://mono-for-android.1047100.n5.nabble.com/GPS-tp5711530.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid



-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to