Skip to main content

Questions tagged [location]

Location is a specific position in physical space, e.g. a point on the surface of the Earth described using latitude and longitude coordinates. This tag should NOT be used for questions related to the position of a virtual element e.g. position of a pixel on a bitmap or position of a layout element on UI (use [position] tag in that cases).

0 votes
0 answers
16 views

Android target 14 - Starting FGS with type location

I'm using foreground service type as location to fetch location through the service. it will fetch every 2 mins interval. service get start and stopped, after 2 mins again it will get start and ...
bala's user avatar
  • 35
0 votes
0 answers
6 views

GeoLocation classification

I am working on location tracking software,I am getting coordinates from mobile and I am storing the Coordinates in sql db.I have certain pre-defined places around which I have created Geofence with ...
Akon_Namikaze's user avatar
0 votes
0 answers
23 views

Flutter error : when installed location plugin

Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then │ │ update C:\...
Meet Patil's user avatar
0 votes
1 answer
35 views

How Do I add a background service for my Flutter application [closed]

I am making an application which has a countdown timer. The application's mission is logging location data and sending it to Firebase Firestore while the countdown timer counts down on background. How ...
Serhan Ergül's user avatar
0 votes
0 answers
15 views

Android Location Foreground Service Clean architecture

I am programming an application which tracks the users location in a foreground service and processes the location data further. Since I want to use a clean architecture (presentation, domain, data -...
simpleApps's user avatar
0 votes
1 answer
16 views

Solution Incompatibility between the geolocation library and kotlin in flutter

When trying to work with the new versions of the geolocation or location packages it gives me the following error: [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the ...
Joel Pulla's user avatar
0 votes
1 answer
28 views

promote Bigquery table replica to primary

I have a dataset in Bigquery which has a connection to Google Analytics so that the GA-data is loaded into a Bigquery sharded table called events_YYYYMMDD. This happens automatically in the background....
VBADirk's user avatar
  • 17
0 votes
0 answers
12 views

Flutter Web App: Unable to Retrieve User Location on iOS Web Browsers After Granting Permission

I'm developing a Flutter web application and encountering an issue with retrieving the user's location on iOS web browsers, specifically Chrome and Safari. Problem Details: When the user is prompted ...
Kashyap's user avatar
-1 votes
0 answers
18 views

how to view FlutterMap?

I used this flutter code to view map but the error "The named parameter 'children' is required, but there's no corresponding argument. (Documentation)" in body: FlutterMap import 'package:...
Fatma Achour's user avatar
0 votes
0 answers
10 views

Android LocationClient - location updates stop being delivered to BroadcastReceiver

I am requesting location updates using LocationClient.requestLocationUpdates and passing a pending intent to my my broadcast receiver: return PendingIntent.getBroadcast(context, 0, intent, ...
cubesoft's user avatar
  • 3,508
0 votes
0 answers
20 views

Sending user data from android app to the kamailio server while sending a call request

I’m trying to create a simple android application which extracts user’s location and also uses kamailio server (version 5.8) to make a call. Is there any way that when a user calls using my ...
Fatima Zariwala's user avatar
0 votes
1 answer
24 views

ExifInterface.getLatLong() always returns false on Android 13

I have a method in my Android application that extracts the location (longitude and latitude) from a photo using ExifInterface. The code works fine on Android 10 but fails on Android 13. Here’s the ...
Helios's user avatar
  • 71
0 votes
1 answer
65 views

How to Implement Real-Time Live Location Tracking in Flutter Apps?

I'm developing a Flutter app that requires real-time live location tracking. My objective is to continuously track and update the user's location in real-time. However, I'm facing some issues and need ...
Riyal Gondaliya's user avatar
0 votes
2 answers
77 views

Flutter Geolocator not retrieving location for iOS 17.5.1 (iPad Air 5th gen, iPhone 13 mini)

I am developing a Flutter app, and my initial screen is a custom splash screen. I'm trying to get the user's location on this screen. If the app gets the user's location, it will open the home screen ...
Safiul islam's user avatar
0 votes
0 answers
60 views

SIGNAL 6 Abort trap: 6 Terminating Process

In our application we have telematics functioanlity which uses location,activity etc. while traveling the application crashes and shows Exception Type: EXC_CRASH (SIGABRT) Exception Codes: ...
vijay's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
643