Category "location"

React Native Expo crashed after build

My app completely 100% working on Expo Go.It didn't working after build to getting apk file and implemented on my phone.StartScreen working so well.Then navigat

How should I obtain high accuracy using expo location?

I am using expo-location from here As per all the examples I read the following code should do the trick: useEffect(() => { (async () => { let {

How to get location fast and only once using fused location provider client in 2021

I am developing a app which has to get the location information (latitude and longitude) of the device only once but as fast as possible. My code is taking too

Geofence is not created without enabling 'Improve Location Accuracy'

We are building an application that runs on Automotive OS in cars. Trying to build a geofence which the car exits, we want to do something. I notice that fence

Location tracking in react native even if app is closed?

I am looking for Location tracking in react native even if app is closed? I have tried react-native-location but how i will track location and get response from

Location service status couldn't be determined when try to retrieve location data via a backgroud service

everyone, I'm trying to get the location data every time the application run a script via a background service for same reasons, but I got every time Location

Background Location with workmanager

How to get the location while app is in background periodically and execute some task supportive with android 12 ?

How to add a marker in my location in a map

I want to add an image into my map marker, I don't know why this code is not working. The marker is not displaying in my current location.If I move the marker t

How to add a drawable image in a map marker

I want to add an image into my map marker, I don't know why this code is not working. The marker is not displaying in my current location. Here is the code. @O

Xcode 13 is missing settings for location services under iOS15

I updated to Xcode 13 last night. Today I find that if I run the simulator for iOS 15 there is no location services settings under privacy, yet on my physical i

Get current location to find the nearest places

I want to when I log in to the app I will get current location user then I will pass it to main activity. private LocationRequest locationRequest; private Fireb

expo location permissions work on android, but not on iOS

I have a react-native app that uses expo. The location permissions work on android, but not on iOS. On a real iPhone (iOS version 14.4.2), it does nothing. On a

Background Location Services React Native EXPO

I am using Expo for my React Native Project but Location Services are not working in background.

CARP_BACKGROUND_LOCATION How can I get this data

I am using the plugin CARP_BACKGROUND_LOCATION to set a foreground service in my app and get the location updates, all is fine but when I open the app and after

Is it possible to share your location through flutter app

I built an app in flutter, dart to access the location of the user. I now want to share the current physical location of the user via Whatsapp, email etc but no

Flutter Location service no response

I am delevoping an app with gMaps and in my application I am getting location permission from user and after that I am requesting the user to turn his/her gps o

I must foreground service when receives location information only once in android 10 and above?

hello friends, i want receive update user location and show in text view only once and remove update location when it received. i must use foreground service f

Does flutter_background_geolocation fetch the location even when app is killed?

I’ve been using background_locator to fetch the location of the user in the background even when app is killed. To be honest, it’s the only package

What is unicode character of location? [closed]

I want use character for the location (like in Google Maps): . I want to ask if there is such a unicode character?

How to get location updates using FusedLocationProviderClient?

I'm an Android noob and also this is my first post on stackoverflow. I've been trying for some time to find a solution to my problem but couldn't find anything