Skip to main content

Questions tagged [geolocation]

Filter by
Sorted by
Tagged with
3 votes
4 answers
866 views

I want to store and find back driver location data in the standard design uber/lyft problem. I was researching about possible system design. Several videos and tutorials usually describe storing ...
codefast's user avatar
  • 179
-1 votes
1 answer
87 views

I'm working on an app that will focus on P2P communication via WebRTC. Part of the app's functionality is discovering other devices in an x mile radius and then being able to initiate communication ...
udbhavs's user avatar
  • 25
-1 votes
1 answer
62 views

I have one design problem for one of my projects based on location tracking. The scenario is I have multiple devices(for some business) all over the city and have GPS installed inside, the device is ...
Praveen kumar's user avatar
1 vote
1 answer
120 views

For a mobile app, we are using the Google APIs for geolocation and geocoding. The basic use case is to find entities within a certain radius (in the range of a couple of kilometers) of each other. ...
ahron's user avatar
  • 165
1 vote
2 answers
502 views

I would like to make an order-system with QR-Codes which is online. How I imagine it to work: A customer visits a restaurant. There is a QR-Code on his table which takes him to a public webpage where ...
rbnpts's user avatar
  • 19
0 votes
0 answers
141 views

I want to write react native app. The main functionality of the app is location based - I fetch some locations from Yelp api, but how do I tackle new businesses? My current solution: I fetch location ...
newbie coder's user avatar
-1 votes
1 answer
1k views

On Android, the "Power saving" option within the location settings means that wifi and mobile networks are used to determine location. What data points from these access points does it use ...
Richie Bendall's user avatar
-4 votes
1 answer
132 views

I want to ask about iOS application characteristic/behavior regarding processing location information. My previous wording isn't straightforward and seems to make it look unclear (which is my problem ...
Alvin Suryadi's user avatar
1 vote
1 answer
325 views

I understand that if I sell things online, I need to calculate Taxes based on customer location. Can I use IP to locate customer or should I ask them explicitly? If it is fine to use IP to identify ...
Yevgeniy Afanasyev's user avatar
0 votes
1 answer
302 views

Context I am building an application for searching places 'Nearby' akin to Yelp/Google. Objective for this question Recommend a strategy to do paginated searches based on location and ask for ...
p0lAris's user avatar
  • 109
1 vote
1 answer
47 views

I'm developing a small web-app to help users manage shopping lists. One of the required features is the ability of the application to notify the user if a shop of the same category is near him/her. ...
MFranc's user avatar
  • 113
0 votes
2 answers
104 views

Very beginner. Need to compute route from A to B for a robot. i would like to know how to store area map and compute the route. I can compute shortest path etc using algorithms e.g. dijkstra. What ...
Adams's user avatar
  • 47
14 votes
4 answers
4k views

I am trying to start with a geo search project that will find all landmarks in the 10 km/miles (not important for this story) of a particular landmark. So for example, lets say I have a database of a ...
Dario Granich's user avatar
0 votes
0 answers
103 views

I am looking for the most efficient way to find the appropriate position of a geographical coordinate in a list of other (geographical) coordinates forming a route. That may sound a little cryptical, ...
Daniel Kvist's user avatar
0 votes
1 answer
313 views

I'm unclear on how a BLE Beacon and device architecture works. As I understand, there's two "types" of Bluetooth: a classic version which has relatively high battery consumption (I imagine this being ...
jleach's user avatar
  • 2,692
2 votes
3 answers
6k views

I understand Uber (or any other cab service) server receives the user coordinates through apps. Say I book the cab at 10am. How does Uber know which cab is vacant and nearest to the user coordinate, ...
user3198603's user avatar
  • 1,896
1 vote
2 answers
425 views

I'm writing an app that continuously monitors user location 24 hours a day using a mobile phone with readings every 5-30 mins (about 50-300 readings a day). How do I cluster readings and extract user ...
lujop's user avatar
  • 111
3 votes
3 answers
135 views

I'm creating a visualization tool for workout data, specializing on bicycle rides. I'm looking for ways to generate more value from the data that was recorded. Since there usually is a GPS track ...
konqi's user avatar
  • 133