Skip to main content
The 2024 Developer Survey results are live! See the results

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
1 answer
13 views

Locationservie in Staandby mode

I have a requirement in an app to permanently send the location, even when the app is in the background or has been terminated. For this, I have a foreground service that works excellently, but when ...
2red13's user avatar
  • 11.2k
-3 votes
0 answers
18 views

Need to add country/city/county infos to my Spring Boot project: GeoNames? [closed]

I would like to add a third party library like GeoNames to my app in order to get country, city, county informations automaticly but it should be free of charge. I try to add GeoNames library but on ...
Duygu Yilmaz's user avatar
0 votes
0 answers
14 views

how to add marker to osmroid map

I put the marker attribute to map.getOverlays().add(marker) but they are saying add metgod requre attribute drawable not a marker. The currentMarker is a Marker universal verable. ` private void ...
Rasuv Chandanshive's user avatar
-1 votes
1 answer
29 views

Swift Warning on requesting location access

In my map view model (shown below), everything is working fine, it's just a purple warning that keeps coming up that says: This method can cause UI unresponsiveness if invoked on the main thread. ...
Karam Eid's user avatar
0 votes
0 answers
18 views

Path / base-url issues in deploying Angular app

I'm deploying my first Angular app and I think I have problems of path or base url. According to the server manager, the Web App is unique and serves multiple domains. Each domain is a unique USER ...
Lorenzo's user avatar
  • 73
0 votes
1 answer
28 views

Here maps Qt app - Failed to read here/nokia map version. - QGeoTileRequestManager: Last error message was: 'Host requires authentication'

When using here maps that I want to use in my qt application, I get this error and the screen does not come up. how can i solve it My QML Code import QtQuick 2.15 import QtQuick.Controls 2.15 ...
Azim Samet ERGİN's user avatar
-1 votes
0 answers
47 views

How to Design Uber Location Tracking [closed]

Dear Stack Experts, I was asked in an interview recently to design ride/driver location tracking feature of Uber. I could come up with simple design constituting of data bases i.e., Cassandra(Write ...
Genie's user avatar
  • 143
0 votes
0 answers
27 views

Xamarin.Forms Android 14 application can not be terminated

I am developing application for Android 14 (34) (C# VS) and tried to make it be terminated by pressing a menu option. Using implemented an android location service GPS position of the device is ...
Vadym's user avatar
  • 86
0 votes
0 answers
21 views

Location Stoppages Time

I am working on live location tracking software.The End users have a motorcycle which they will perform tasks they are assigned to.Based on the mobile coordinates they send to backend server, I am ...
Akon_Namikaze's user avatar
0 votes
0 answers
55 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
7 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
1 answer
35 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:\Users\Meet ...
Meet Patil's user avatar
0 votes
1 answer
41 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
16 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
23 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

15 30 50 per page
1
2 3 4 5
643