All Questions
9 questions
0
votes
1
answer
77
views
Smooth GPS tracking with google maps
I am working on a vehicle tracking application, and im trying to get the moving animation of the car smooth, with no "jumps" and a continous movement of the map with the current location.
...
1
vote
1
answer
52
views
GPS Maps dont sowt it
I'm doing an app gps to localize me in maps, so I'm using a phone with android version 8.1, and it intalled in my phone without problem, buy don't show me the maps.
lock like it show in my phone:
...
0
votes
1
answer
190
views
Cannot get accelerometer sensor and GPS Location data in one activity, where is the problem?
I am trying to get GPS and accelerometer data at same time in one activity.
trying to save both of them in two different tables.
accelerometer data is ok and I saved it but after having location ...
0
votes
2
answers
81
views
NullPointerException for LatLng GPS location
I am using Google Maps to obtain my current location and display a red marker on my location. So far it only the mMap.setMyLocation(true); works for my location. I am getting NullPointerException for ...
1
vote
0
answers
31
views
How to invoke Google Maps Navigation without three 'backs' being required?
I've written an app which invokes Google Maps/Navigation:
Intent intent = new Intent(
Intent.ACTION_VIEW,
Uri.parse("google.navigation:q=" + lat + "," + lng)
);
context.startActivity(intent);...
0
votes
0
answers
70
views
Google maps api GPS application unfortunally stopped
I have application in Android Studio, that shows Google Map using Google Play Services. Application is written for Android 4.0.3. I have generated API key for Google Maps and placed it in ...
3
votes
3
answers
22k
views
How to create a real time location sharing android app [closed]
I want to create an app where people can see where they and their friends are
Eg: - imagine 2 people are using the app they should be able to see each other's location in real time and they should be ...
1
vote
3
answers
3k
views
How to make Android wait?
In my program, it is needed to receive user latitude and longitude as soon as GPS is Enabled... I'm using onGpsStatusChanged to constantly check GPS Status and the checking works... The only problem ...
10
votes
2
answers
11k
views
Android How to Convert Latitude Longitude into Degree format
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....