Android Question Problem with FusedLocationProvider GetLastLocation with B4A12.0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Hi,
I have recently upgraded to B4A 12.0 and I was updating an app which uses the FusedLocationProvider library to get the location.

When I call flp.getLastKnownLocation the UI locks up for > 20 sec (on Pixel 2XL) before it returns with a NULL location.

Here is an app which demonstrates the problem.

It is a slight change to the example FLP app from the forum.

Thanks for any help
 

Attachments

  • FLPLastLLocationProblem.zip
    14.9 KB · Views: 78
Top