You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
Currently, Lost can (and occasionally does) throw RemoteExceptions when making calls to/from the service. Since these are checked exceptions, we should provide a way for the developer to handle recovering from them instead of re-throwing RuntimeExceptions. This task will require significant testing but will ultimately result in the addition of new APIs on LocationServices.
Update FusedLocationProviderClient to return Tasks
There will be more work beyond this required to fully implement all the APIs around this feature but this should cover the first chunk necessary for a useful feature. A future ticket will detail out extended APIs to implement
The text was updated successfully, but these errors were encountered:
Currently, Lost can (and occasionally does) throw
RemoteExceptions
when making calls to/from the service. Since these are checked exceptions, we should provide a way for the developer to handle recovering from them instead of re-throwingRuntimeException
s. This task will require significant testing but will ultimately result in the addition of new APIs onLocationServices
.RuntimeException
s withLog.e
(Log Exceptions #230)FusedLocationProviderClient
and returnnull
for all method callsLocationServices
to handleFusedLocationProviderClient
objectsTask
OnFailureListener
FusedLocationProviderClient
to returnTask
sThere will be more work beyond this required to fully implement all the APIs around this feature but this should cover the first chunk necessary for a useful feature. A future ticket will detail out extended APIs to implement
The text was updated successfully, but these errors were encountered: