Hi!  Could you provide some sample code for verifying which they are
getting results from (gps vs. Network)?

Thanks so much!

On Jul 10, 11:07 am, jgostylo <jgost...@gmail.com> wrote:
> In answer to some questions.  I am setting up the network location
> finder and theGPSlocation finder using 2 separate
> LocationListeners.  I have some logic that determines what the user
> has activated so I only listen togpsif the havegpsenabled and so
> forth.
>
> From my user feedback it seems like the biggest location discrepancies
> happen withGPS.  I have not been able to personally verify this.  I
> don't need to be super picky about how accurate it is (500 meters
> would suffice).  I am just wondering ifGPSis putting people several
> hundred miles away from their actual location is it also reliable to
> say that its accuracy is over 200,000 meters?  That way I can throw
> out anything that says it is less accurate than 500 meters.
>
> If it is putting my user 200 miles away and saying that it thinks its
> accuracy is within 100 meter then it really does me no good.  Maybe I
> can be choosy and say that if itGPSthen I demand 20 meter accuracy
> but if it is network then I only demand 500 meter???
>
> Thanks for the responses.
>
> On Jul 10, 10:19 am, "Maps.Huge.Info (Maps API Guru)"
>
>
>
> <cor...@gmail.com> wrote:
> > You can manage the orientation changes yourself and eliminate this
> > source of device confusion, it's quite easy, just add
> > android:configChanges="orientation" to your manifest's activity.
>
> > As for the signal source, just make sure to check your provider for
> > "gps" - if it saysgps, it will be from that source.
>
> > -John Coryat

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to