Status Update
Comments
an...@gmail.com <an...@gmail.com> #2
an...@gmail.com <an...@gmail.com> #3
The implementation of my project is not different from the example project attached by fernando.
ri...@gmail.com <ri...@gmail.com> #4
fl...@gmail.com <fl...@gmail.com> #5
ca...@googlemail.com <ca...@googlemail.com> #6
fl...@gmail.com <fl...@gmail.com> #7
As an alternative I am using FusedLocationProviderClient with PendingIntent:
IntentFilter intentFilter = new IntentFilter(ACTION_LOCATION);
registerReceiver(locationReceiver, intentFilter);
mFusedLocationClient.requestLocationUpdates(mLocationRequest, locationPendingIntent);
and
unregisterReceiver(locationReceiver);
mFusedLocationClient.removeLocationUpdates(locationPendingIntent)
Here is forked LocationUpdates repo with LeakCanary installed and an option to switch between LocationCallback and PendingIntent. LeakCanary not reporting anything when using PendingIntent.
ca...@googlemail.com <ca...@googlemail.com> #8
fl...@gmail.com <fl...@gmail.com> #9
du...@gmail.com <du...@gmail.com> #10
ki...@gmail.com <ki...@gmail.com> #11
au...@gmail.com <au...@gmail.com> #12
There is an issuetracker Component available these days for Play Services Location:
Maybe move this issue to that Component to track it better?
bh...@gmail.com <bh...@gmail.com> #13
I can't move it right now, but I think it's ok to stay here.
As I wrote in the code lab issue, I misunderstood when the rewrite went out (which should fix the issue).
It goes live in version 20 (current version location 19.0.1). The engineer who wrote the rewrite checked and wasn't seeing the same issue, i.e., it should be resolved.
However, that does mean we have to wait until 20 is released. I can check in again here when it's live for you to double check.
gi...@gmail.com <gi...@gmail.com> #14
lo...@gmail.com <lo...@gmail.com> #15
I haven't been on location in awhile, but I wanted to follow up on this.
The issue should be resolved with
ar...@gmail.com <ar...@gmail.com> #16
ki...@gmail.com <ki...@gmail.com> #17
ko...@gmail.com <ko...@gmail.com> #18
ty...@gmail.com <ty...@gmail.com> #19
kj...@gmail.com <kj...@gmail.com> #20
de...@gmail.com <de...@gmail.com> #21
lm...@google.com <lm...@google.com>
ty...@gmail.com <ty...@gmail.com> #22
lm...@google.com <lm...@google.com> #23
See the Android Maps API release notes here:
lo...@gmail.com <lo...@gmail.com> #24
lo...@gmail.com <lo...@gmail.com> #25
ki...@gmail.com <ki...@gmail.com> #26
jr...@gmail.com <jr...@gmail.com> #27
[Deleted User] <[Deleted User]> #28
al...@gmail.com <al...@gmail.com> #29
kh...@gmail.com <kh...@gmail.com> #30
does anyone have any idea why this happen & how can I solve it ?
Description
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Create Circle with some center and radius.
2. Update Circle radius and center (by a little bit) in any repeatable timer with refresh delay ~10ms.
3. Look at circle filling flickering.
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************