B4A Tutorial Background location tracking - Erel    Jul 3, 2024   (52 reactions)   tags: Longrunningaoo, background clock alive, B4A Background location, gps, B4A service that keeps the process running in the background. The current location is shown in...(android.permission.FOREGROUND_SERVICE_LOCATION)
With the above change the service can be started from... the ACCESS_BACKGROUND_LOCATION permission. This is a special permission and it is granted in the settings app. We can only... B4A Tutorial FusedLocationProvider + Resolution Dialog - Erel    May 10, 2021   (17 reactions)   tags: location gps ** This is the only option to enable location services from inside your app. ** Example was updated and is based on B4XPages. Don't miss: 1. ShowResolutionDialog sub that is added to Main. It needs to be added to the activity that hosts B4XPages. 2. #AdditionalJars in Main. 3. Manifest editor addition. https://www.b4x.com/basic4android/images/i_view64_fHopQqm7Zd.png... B4i Tutorial Location & GPS - Erel    Feb 16, 2022   (6 reactions) The iLocation library allows you to get the current known location and to monitor location updates. You can also monitor the device heading direction. As the location is considered a private information, you can only get the location if the user has allowed you to get the location. This type....33.40.png The AuthorizationStatusChanged event is raised after you initialize LocationManager... (Under Privacy - Location Services). The authorization status can be in one of the following states... B4A Library FusedLocationProvider - warwound    Mar 12, 2020   (41 reactions)   tags: gps location indoor, GPS FusedLocationProvider is Android's latest attempt to improve the location services available to.../play-services/location.html. This library depends on the Google Play Services library, android-support-v4 library and the GPS library. The GPS library is required in order to use it's Location object. FusedLocationProvider Events: ConnectionFailed (ConnectionResult1 As Int) ConnectionSuccess ConnectionSuspended (SuspendedCause1 As Int) LocationChanged (Location1 As Location... B4J Code Snippet GeoIP (ip to location) with maxmind - Erel    May 28, 2026   (9 reactions) geolocate ip address with this code: 'Returns empty string if location not found. Private Sub... B4A Question [SOLVED] v6.00 how to point to Google Play Services Fused Location ? - lemonisdead    Jun 9, 2016 ? Many thanks PS : I am only wanting to make FusedLocation working.... B4A Question Background Location/Tracking and Android 10+ - Marcos Alves    Oct 11, 2020 Hello community, In this (https://www.b4x.com/android/forum/threads/background-location-tracking.99873/#content) thread, @Erel talks about the new implementation of GPS background tracking and Android 10+, which requires the line SetServiceAttribute(Tracker, android:foregroundServiceType, "location") in Manifest to request to the user to choose if allows or not background tracking...:foregroundServiceType, "location") was added in manifest editor in both cases. I really don't know how... B4A Question New Google Play services stuff like low power location - bluedude    May 28, 2013   (1 reaction) Hi, Is anyone working on a new library for the stuff that Google released? Location APIs | Android Developers - Fused location; - Geofencing; - Activity recognition Cheers,... B4A Question Mock Locations with New Fused_Location_Provider_GMS lib - Harris    Mar 19, 2024 an app (2 actually) using this lib to try and mock locations.
Studied everything with regards to how to make work, yet - FusedLocation_LocationChanged event won't fire when feeding mock locations?
Essentially, you must create 2 apps. One to FEED mock locations, and another to RECIEVE these LocationF things...
So, I select my "Mock app" in developer settings (to broadcast "fake... B4J Question Sender not set in WebView_LocationChanged event - Sandman    Jul 5, 2022 I have a layout with several WebViews, each containing html with a link. Clicking a link triggers the LocationChanged event just fine. However, I can't figure out how to get which WebView the click happened in, as Sender is Null. Is this expected behaviour on B4J or have I misunderstood something? Public Sub webContent_LocationChanged (Location As String) Log("Location changed: " & Location) Sleep(0) Log(Sender) Sender.As(WebView).LoadHtml("<h1>Beep... Page: 1   2   3   4   5   6   7   |