fusedlocationprovider

  1. K

    Share My Creation GeoMetrics : Land Measure App

    Hello everyone. This is a newly published Android app developed using B4A. It is a land measurement mobile app utilizing Google Maps and FusedLocationProvider. The app supports two types of measurement: Land Measure Path Measure (Distance) Users can employ three different measurement methods...
  2. carlos7000

    Spanish FusedLocationProvider vs LocationManager vs...

    ¡Hola a todos! He estado revisando varios posts sobre diferentes bibliotecas en B4A que permiten obtener la posición del usuario utilizando el GPS integrado en el móvil. Cada una de estas bibliotecas tiene sus propias ventajas y desventajas. Sin embargo, la mayoría de los posts que he...
  3. A

    Android Question Fused Location Provider error java.lang.IllegalStateException: GoogleApiClient is not connected yet.

    Hi all. I've got this error today - never seen it before. Fused Location Provider error java.lang.IllegalStateException: GoogleApiClient is not connected yet. What does it mean and what to do? Could it be caused by the Airplane mode On or the used turned off Location permission? Error...
  4. A

    Android Question FusedLocationProvider doesn't work when Air Plane mode is on

    Hi all. Is it possible to use FusedLocationProvider when Air Plane mode is on? I tried this example https://www.b4x.com/android/forum/threads/fusedlocationprovider.50614/page-8#post-717726 on my phone with Android 10 and it doesn't work with Air Plane mode On. Thanks.
  5. A

    Android Question FusedLocationProvider question

    Hi all. I have a question about FusedLocationProvider. I granted permission to use Location in my app, it works fine. Now I have a situation with one phone where GPS itself is turned off (the that under Connections settings). So my code tries to connect to FusedLocation Provider, connection is...
  6. A

    iOS Question FusedLocationProvider for B4i

    Hi all, is it possible to use FusedLocationProvider for B4i? In my app the GPS mostly will be used inside buildings so I'm concern about the reception. Sometimes it just returns 0 for Lat/Long but from my experience the FusedLocationProvider works - I have the same app on Android Thanks.
  7. M

    Android Question FusedLocationProvider -> .getProvider()

    Hello, everyone. I have a question about the FusedLocationProvider. I would like to filter out positions in the LocationChanged event that do not have GPS as location source. The native location-object in Android Studio provides the method getProvider() for this. In B4A this method is missing...
  8. D

    Android Question B4A v9.90 problem with Permissions/FusedLocationProvider

    Hi, Guys - Just downloaded B4A v9.90 and now I have a problem with some code that ran without problems on previous versions. Program hangs in the this code. Public Sub SelectCentre RestartDisplayNewLocationTimer If mLocator.IsInitialized Then ' Help to handle the bug #0180 Starting...
Top