Questions tagged [google-location-services]

The google (android) specific api of location-services, which is used to determine your approximate location. Your location could be determined using data from cellular, Wi-Fi or Global Positioning System (GPS) networks.

This tag can be used in posts relating to either Google Play services location APIs or the Android framework location APIs.

234 questions
-2
votes
2 answers

how to create service to update location in background

public class MainActivity extends AppCompatActivity { private static String lat_long_time=""; private static final String TAG = MainActivity.class.getSimpleName(); private static final int PERMISSION_REQUEST_CODE = 1; private static final int…
-2
votes
1 answer

In the Google Places AutoComplete Address i am Getting the Predictions but not saved in the Text Box

In the Google Places AutoComplete Address i am Getting the Predictions via a Text Field but it is not saved in the Text Box How we can Do it in swift/ios
-3
votes
1 answer

Android kotlin code for getting the current location details?

Please provide me the android kotlin example code for getting the current location using FusedLocationProviderClient?
Priya R G
  • 543
  • 4
  • 10
  • 21
-3
votes
4 answers

How to use GPS Service in android

I'm working on Android project that related to GPS I still new to android so I don't know a lot about it. My project is an app where it calculates the distance between user location and a specified other location so if the distance is less than (X)…
Jamal Alkelani
  • 606
  • 7
  • 19
-3
votes
1 answer

App that needs to get the current gps location crashes everytime

I am following this tutorial. I have tried following youtube videos which ultimately failed. The app works fine when i comment out the code that implements locationlistener,locationcallbacks, and all the code that runs for getting location. This is…
-3
votes
1 answer

Can't get the current location in Fragment

I don't know why i'm getting null object reference on this code it seems fine but when i push the button and call the connect method it must give me the current location of user but it hangs and jump out, this is the code of my fragment class i…
-3
votes
1 answer

Is Google location services a service - that runs in background

I want my app to get updates of the current location, and act upon it. I am planning on creating a service, that will host the Google API client code and location update code. The name though throws me off: Is google location SERVICES a service that…
-4
votes
2 answers

how to find latitude and longitude every second without using GPS

i want to find latitude and longitude of user current position and insert in db every second. and drawer a path according to all latitude and longitude of user move on location without using GPS
-5
votes
1 answer

Is there a Cocoapod that allows me to see the closest version of a business and their phone number?

I know when you google a business, it shows the where the closest stores are located and the phone number for that specific location. Is there a version of this in the form of a cocoapod?
1 2 3
15
16