android-gps Questions
3
I'm using Android O Developer preview 4 - API 26
Device - Google Pixel XL
And seems like the new features such as:
hasSpeedAccuracy() always returns false
getSpeedAccuracyMetersPerSecond() alw...
Dactylography asked 20/7, 2017 at 13:59
1
Solved
I have app for android that needs to send on regular intervals (let's say every 10 s) an location update to the server. So far nothing special. However this is done completely in the background as ...
Rhythm asked 21/6, 2017 at 7:59
1
Solved
I am using Fused Location Api to get location updates.
When I set x seconds as time interval then I got onLocationChanged() called after every x seconds.
And when I set 10 meter as minimumDisplacem...
Kirstiekirstin asked 3/7, 2017 at 9:59
1
I have a Samsung Galaxy Tab A. I have implemented android.location.LocationListener and onLocationChanged(Location location) gets called and it gives me kinda right longitude and latitude but,
The ...
Backache asked 15/8, 2016 at 7:29
1
Solved
I am working in a old project which has this snippet to use in google play service:
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_versio...
Selangor asked 16/5, 2017 at 15:45
1
I am trying to learn building applications for Android and the first project is to view a website I've made that uses GPS localization. But when I'm trying to use webView.setWebChromeClient(... I'm...
Cracking asked 1/5, 2017 at 20:47
3
Solved
I'm trying to implement a google map for getting current location using this tutorial
android google map tutorial
The problem is ,It is not getting my current location untill I have started my de...
Kalong asked 7/3, 2017 at 6:52
1
I use a started service with the fused api, and implement the location listener directly on it.
The Location keeps updating even when the screen is locked, But it stops if the screen goes off.
So,...
Cetus asked 31/1, 2017 at 19:20
6
Google is informing by email of changes to the Android location permissions:
We’re making a change on October 15th, 2016 that will affect apps
targeting API version 21 (Android 5.0, Lollipop) or h...
Deni asked 20/9, 2016 at 20:34
1
I have some doubts regarding onStatusChanged from LocationListener class.
It know it can present three states: AVAILABLE, TEMPORARILY_UNAVAILABLE and OUT_OF_SERVICE
Does AVAILABLE gets triggered...
Stash asked 17/8, 2016 at 12:52
2
Solved
I want to convert latitude 40.7127837, longitude -74.0059413
and to the following format
N 40°42'46.0218"
W 74°0'21.3876"
What is the best way to do that?
I tried methods like location.FORMAT_DE...
Cineraria asked 24/7, 2016 at 1:17
3
Solved
I developed a simple Android application and in this simple application I want to get GPS Latitued and Longitued data, it works correctly in my emulator but when I installed on real Android device ...
Bouncing asked 9/4, 2016 at 6:32
0
My app is using two separate Process. I am having all the Services in one Process and all other component in another Process. When I am trying to get the lastKnownLocation from the LocationManger w...
Collinear asked 17/10, 2015 at 18:52
1
Solved
In GPS based applications, it is important that the user enable his GPS. If not then usually we would show a dialog stating that the user "should enable his GPS from the settings to be able to use ...
Premiere asked 20/4, 2015 at 9:39
2
I am developing an android application and I am using a service that tracks location via GPS every 10 minutes. But when I put the location listener in a timer task, it throws an exception:
Canno...
Diaphoresis asked 7/2, 2011 at 13:36
© 2022 - 2024 — McMap. All rights reserved.