Location. Speed As FloatGets or sets the fix speed (meters / second).B4i Question always getting N/a for location.speed - tufanv    Nov 27, 2014 Hello
With Erel's tutorial i always getvalue -1 for speed which means N/A
I allowed the app to use location services. but still N/A
Any ideas ?
ty... B4A Tutorial GPS tutorial - Erel    Dec 13, 2019   (22 reactions)   tags: gps, Erel .ConvertToMinutes(Location1.Longitude)
lblSpeed.Text = $"Speed = $1.2{Location1.Speed} m/s "$
End Sub... cycle is simpler.
When the program starts we check whether the location features are enabled:
Sub... the GPS device.", True)
StartActivity(Starter.GPS1.LocationSettingsIntent) 'Will... B4A Question GPS: location is not changing if speed is zero - Shay    Oct 24, 2013 Hi
I have very strange issue with the GPS
I am using GPS.start (0,0)
while location.speed = 0 (b.t.w how can it get speed from SAT?)
the location.latitude and location.longtitude are the same from... B4A Tutorial Background location tracking - Erel    Jul 3, 2024   (50 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 Question FLP, speed never return to zero - Mostez    Jun 29, 2021 .5{Location1.Latitude},$2.5{Location1.Longitude}"$ & " Speed kmh: " & (Location1.Speed * 3.6) MyLocation.Info.RefNumber = St.GetRandomID MyLocation.Info.Latitude....Speed = Location1.Speed 'never return to zero if vehicle stopped MyLocation.Info.DeviceID...I use this FLP code for tracking, it seems that it works ok, but speed never return to zero when vehicle stopped, I always get the last updated speed say 20, and it never changed unless the vehicle... B4A Question Track Speed even when the B4XPage/App is swiped in background - Guenter Becker (first post)    Dec 4, 2022 Location/Speed is captured until I closed the other App and return to the FLP Project. Doing so... a background capture of the location/speed as you have described it in your Background Process Tutorial...Her again,
hey Erel now I'm confused. I started the example Project of the FusedLocation... B4J Question GPS access from B4J - laithzib    Oct 24, 2023 Trying to create an application in B4J that needs to use GPS location speed etc. What library does B4J need to use for this to work. I also cant seem to find any examples in B4J only B4A example seem to exist. Does anyone have any examples of code for GPS access under B4J. Many Thanks in advance... Italian Libreria GNSS - Fulvio75    Oct 20, 2023   (1 reaction) = Location.Bearing TripData.GPSSpeed = Location.Speed*3.6 'Altitudine TripData...) at anywheresoftware.b4a.BA.raiseEvent(BA.java:201) at anywheresoftware.b4a.gnss.GNSS$1.onLocationChanged(GNSS.java:84) at android.location.LocationManager$ListenerTransport._handleMessage(LocationManager.java:371) at android.location.LocationManager$ListenerTransport.access$000(LocationManager.java:300) at android.location.LocationManager$ListenerTransport$1.handleMessage(LocationManager... B4A Question Direction here we drive walk to - Erel (first post)    Jan 31, 2019   (2 reactions) It is calculated for you. You can get it with Location.Speed and Location.Bearing (GPS library).... B4A Question GPS speed is wrong - Shay    Aug 31, 2011 Hi Using the Location.speed notice that the speed is incorrect saw thread which says to multiple by 3.8 (for kmh) is that correct? why is that? (Using Galaxy S2)... Page: 1   2   3   4   5   6   7   |