Re: [android-developers] LocationManager requestLocationUpdates minTime parameter not working

2012-08-03 Thread Sean Barbeau
should be resolved. Full discussion of this issue for anyone interested is at the original patch submission link: https://android-review.googlesource.com/#/c/34230/ On Friday, April 6, 2012 1:11:34 PM UTC-4, Sean Barbeau wrote: StarTrax, Interesting, you're right, looks like something funky

[android-developers] Re: Get and save GPS location while i am walking

2012-04-02 Thread Sean Barbeau
/com/google/android/apps/mytracks/content/MyTracksProvider.java Sean Sean Barbeau Center for Urban Transportation Research University of South Florida On Thursday, March 29, 2012 12:22:47 PM UTC-4, Spica wrote: Guys, How i can save GPS locations while i am walking? I will be displaying my

Re: [android-developers] LocationManager requestLocationUpdates minTime parameter not working

2012-04-02 Thread Sean Barbeau
is accepted, it would provide a fail-safe method for developers on all future Android devices to ensure that GPS scheduling performs as intended from the application's perspective. Thanks, Sean Sean Barbeau Center for Urban Transportation Research University of South Florida -- You received

Re: [android-developers] LocationManager requestLocationUpdates minTime parameter not working

2012-04-02 Thread Sean Barbeau
scheduling performs as intended from the application's perspective. Thanks, Sean Sean Barbeau Center for Urban Transportation Research University of South Florida -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Get and save GPS location while i am walking

2012-04-02 Thread Sean Barbeau
I agree with Kristopher, GPS eats up battery energy quickly and you have to be careful using GPS in an app to avoid exhausting the user's battery. We've done extensive work to come up with some dynamic GPS sampling strategies that increase battery life because of this reason. Check out

[android-developers] Documentation links for Google Maps Android API v2 broken

2013-05-28 Thread Sean Barbeau
, and links/content for everything except the API reference didn't make the trip. Thanks, Sean Barbeau -- -- 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

Re: [android-developers] Re: Documentation links for Google Maps Android API v2 broken

2013-05-28 Thread Sean Barbeau
is having the same issue the above steps should fix it. Sean On May 28, 2013 5:57 PM, Lew lewbl...@gmail.com wrote: Sean Barbeau wrote: Just in case this isn't a known issue (I haven't seen any other posts about it): Most of the links to the additional documentation on the Google Maps

[android-developers] Android Geocoder stopped working with bounding box

2014-09-03 Thread Sean Barbeau
Hi all, Looks like the Android Geocoder recently stopped working when you search using a bounding box. AOSP Issue: https://code.google.com/p/android/issues/detail?id=75575 StackOverflow: http://stackoverflow.com/questions/25621087/android-geocoder-getfromlocationname-stopped-working-with-bounds