B4A Tutorial GPS tutorial - Erel    Dec 13, 2019   (22 reactions) This example shows how to work with the GPS library.
45297
The GPS object is declared in the Starter service. It is easier to put the GPS in a service and not in an Activity as the services life cycle is simpler.
When the program starts we check whether the location features are enabled:
Sub Act B4A Question Run GPS Tracker Service in Sleep Mode - TILogistic (first post)    Oct 28, 2020 Read:
https://www.b4x.-location-tracking-and-android-10.123355/ B4A Question GPS Recorder Service: Unusual Behaviour - RobertK    Jun 25, 2020 What seems particularly unusual is that when another app that records GPS data (Oruxmaps, www.oruxmaps.com) is running on the same device at the same time, then my GPS recorder does not pause, and performs just as it should.
There is a good deal of information about using GPS on the Forum but I ha B4A Question GPS position in service - KMatle (first post)    Dec 24, 2016   (1 reaction) See the GPS example: https://www.b4x.com/android/forum/threads/gps-tutorial.6592/ and use OkHttpUtils to send the data to your server. B4A Question GPS Question - CosmicFlux    Jun 21, 2023 Hello,
I've been reading the GPS tutorials around the forums, but my use case is somewhat different. Erel's excellent example tutorial starts GPS as a Starter service and the GPS position updates in real time. I'm looking to implement a solution that takes a GPS "snapshot" when the user clicks a bu B4A Question Reading GPS position in a service - Peter Simpson (first post)    Jan 10, 2018   (3 reactions) Use another service, don't use Starter service to run the whole things.
Use FusedLocationProvider and a new service module, just use Starter to start the new service. B4A Question Sending GPS data to client via cellular - maleche (first post)    Jul 27, 2017 In the field there is cell service.
We don't have access to use a dedicated server so i thought thar using B4A client/server may work.
I'm open to ideas!
Thank you! B4A Question gps service code in conflict with ezcamera - Hccsoft (first post)    Jul 27, 2018 thanks erel, I'll try it with camera intent B4A Question Get Gps location - Peter Simpson (first post)    Feb 18, 2015   (1 reaction) LocationManager uses GPS or Mobile location. I presume that's the library you are already using. I'm not sure about the other libraries on here that can do exactly what your question wants. In windows I used a free service to provide me that information via their API, but I can't remember the name o B4A Question How to Enable GPS Location Service - AndroidMadhu    Sep 08, 2020 Hello,
I am trying to enable GPS location service manually asking user to Enable it.
Though I have put android.hardware.location.gps the permission at manifest file still I am not able to activate the Location service at my mobile.
Please suggest on this.... Page: 1   2   3   4   5   6   7   Powered by ColBERT |