Top "Location-services" questions

Location Services allows location-based apps and websites (including Maps, Camera, Safari, and other Apple and third-party apps) to use information from cellular, Wi-Fi, Global Positioning System (GPS) networks, and iBeacons to determine your approximate location.

How to enable Location access programmatically in android?

I am working on map related android application and I need to check location access enable or not in client …

android gps location-services
Android Fake GPS location apps do not work anymore

I used to work with this application: https://play.google.com/store/apps/details?id=com.fakegps.mock&hl=…

android google-maps gps mocking location-services
Location Services not working in iOS 11

I just rebuilt my app with the iOS 11 SDK in an attempt to remove the blue banner that is now …

ios swift iphone ios11 location-services
How to open Location services screen from setting screen?

I want to open location service screen programmatically to turn on service.

ios objective-c location-services
cannot resolve symbol 'LocationServices'

I am trying to build an android app using android studio that uses the userlocation. I am trying to import …

android location google-play-services location-services
How to get current location on flutter sdk 1.2.1

How can i get current location on android device using flutter. I have tried both Location and GeoLocator plugins the …

android dart flutter location-services google-location-services
Enable GPS programmatically Android (without navigating to the location settings)

How to enable GPS programmatically, as it does happen in the official Google Maps app by just clicking on the …

android location-services
Fused Location Provider unexpected behavior

this is how I register my app to receive location updates: mLocationRequest = LocationRequest.create(); mLocationRequest.setInterval(Consts.ONE_MINUTE * 10); mLocationRequest.…

android gps google-play-services android-location location-services
Android: Google Maps location with low battery usage

My app is currently using Maps by Google Play Services speficying: mMap.setMyLocationEnabled(true); I realize each time I am …

android google-maps google-play-services google-maps-android-api-2 location-services
Turn GPS on programmatically like Ola Cabs Android app

I am working on an application and need to integrate GPS location. I want to switch the GPS on programmatically. …

android gps location-services