geolocation Questions
4
Solved
Which is the best api to retrieve all the cities in given country?
I tried downloading from geonames. but it seems data is not reliable.`
Is it possible to query city, along with state and country ...
Countenance asked 12/4, 2019 at 6:11
2
Say I've got a bunch of recorded GPS tracks. Some are from repeated trips over the same route, some are from completely unique routes, and some are distinct routes yet have some segments in common....
Soule asked 13/1, 2012 at 17:55
4
Solved
any idea how I figure out if it's currently night/day or sunrise/dawn based on time and location of the user?
I haven't found anything useful that I could use within either the client or backend.
...
Hydrophilic asked 23/2, 2013 at 19:15
5
I am trying to integrate hibernate spatial with JPA for Geo searches. I have been referencing the tutorial on the official site (I am not associated with hibernatespatial).
The tutorial, unfortun...
Audryaudrye asked 6/12, 2011 at 17:25
2
Solved
I'm trying to get Persian information from android Geocoder, i mean i pass latitude and longitude and i want to get name of the city in Persian, but there is no locale to get those info in Persian....
Attitude asked 27/1, 2017 at 22:25
1
Main Problem:
I am using expo-location in my Android app in order to find the gps coordinates of the user. I have read and used the sample code provided in the expo documentation. My main problem i...
Evenfall asked 27/8, 2021 at 14:28
5
Solved
Problem
I'd like to be able to track a users location even when the app is no longer in the foreground (e.g. The user has switch to another app or switched to the home screen and locked their phone...
Cryptogam asked 21/2, 2019 at 16:31
13
Solved
I'd like to simply retrieve device location in my Android project and in order to do so I use the play-services approach:
protected synchronized void buildGoogleApiClient() {
mGoogleApiClient = ...
Tomchay asked 4/4, 2015 at 0:17
5
Solved
I am attempting to call:
`navigator.geolocation.requestAuthorization();`
to request geolocation permission.
But, this is resulting in error when running in iOS simulator
This was working at o...
Housebreaking asked 5/7, 2019 at 20:12
6
Solved
I have a database of user submitted latitude/longitude points and am trying to group 'close' points together. 'Close' is relative, but for now it seems to ~500 feet.
At first it seemed I could jus...
Salicylate asked 3/12, 2010 at 19:28
2
In a mapbox application that I am building, I am loading multiple markers onto the page depending on the users geolocation, the problem is though that I need certain markers to be above others, but...
Biltong asked 14/8, 2014 at 2:6
5
Solved
Is there's a library or a way to calculate the center point for several geolocations points?
This is my list of geolocations based in New York and want to find the approximate midpoint geolocation
...
Lodger asked 17/6, 2016 at 15:58
1
I have recently switched my app to Scoped Storage. However, I have noticed that when I share an image from within the app (via an Intent), the GPS location data is removed from the image's Exif met...
Herren asked 19/7, 2021 at 14:23
2
Is there any way of getting any location data between two closeby devices (distance, direction etc.) using any of the phone capabilities without internet or GPS?
If I have two phones that are in a...
Cringe asked 25/2, 2016 at 14:34
3
Solved
I am working on a website in which I want to make a circle on google map either around current location or some manual address.
Users will have option to decide whether they want to make circle ...
Homologize asked 27/7, 2018 at 15:18
1
I am trying to use the Permissions API: https://developer.mozilla.org/en-US/docs/Web/API/Permissions/query
Which should be supported by Firefox.
(I am currently using Firefox Developer Edition 66.0...
Exergue asked 12/3, 2019 at 17:5
2
I have geometries in a Postgis database with GeoDjango's default SRID, WGS84, and have found lookups directly in degrees to be much faster than in kilometres, because the database can skip the proj...
Cesya asked 11/8, 2015 at 11:35
1
Solved
I have the following dataframe:
df <- tribble(~ id, ~ lon, ~ lat,
1, -56.2112038, -34.8358207,
2, -55.96403429999999, -34.7260945,
3, -56.155449, -34.9030824,
4, -55.2711453, -34.8665964,
5...
Schaal asked 16/6, 2021 at 10:57
5
Solved
I'm trying to get Firefox 13 to turn a geolocation position object into a JSON string, but it's returning an empty string rather than the correct string representation of my JSON object. This is wo...
Liliuokalani asked 14/6, 2012 at 22:26
6
Solved
I have a "place" object from Google Maps which has a set of coordinates that represent a bounding box for a given location, say London. Each set of coordinates has a latitude and longitude.
I have...
Azimuth asked 29/4, 2013 at 15:18
4
Solved
As per my requirement, I am drawing polygons on google map shown in the image below.(using maps v2)
Now I need to show an alert when user enters that particular polygons.
How to identify if my ...
Bragdon asked 24/9, 2014 at 10:14
5
Solved
I need a library (preferably written in Python) which is able to take a series of IP addresses (or geographic coordinates) and plots them on a World Map.
I already found this one, but it outputs ...
Legume asked 14/10, 2009 at 10:49
10
Solved
The title basically says it all. I need to calculate the area inside a polygon on the Earth's surface using Python. Calculating area enclosed by arbitrary polygon on Earth's surface says someth...
Azov asked 13/1, 2011 at 15:26
2
Solved
In my app im getting the phone's location via this function, but when I restart the phone and start the app I get null from this method. Is there something that im missing or doing wrong? What shou...
Saturnalia asked 27/1, 2015 at 14:52
15
What is the best method to get the clients local time irrespective of the time zone of clients system? I am creating an application and i need to first of all get the exact time and date of the pla...
Skulduggery asked 18/5, 2012 at 20:47
© 2022 - 2024 — McMap. All rights reserved.