geolocation Questions

3

Solved

I have 44,000 US Zip codes and it's corresponding centroid lat/long in R. This is from the package 'zipcode' in R. I need to calculate the distance between each zipcode and keep those distances tha...
Suffer asked 18/4, 2016 at 5:49

5

Solved

Suppose I have a route defined from one town to another. From the Google Maps API I can recover a route between the two. However, the route returned from Google is a driving route that includes geo...
Anatolian asked 23/5, 2013 at 10:19

4

Solved

With watch I mean using HTML5's native Geolocation watch support. This is meant for a web app, not a native one. Thanks for helping out :D
Rustle asked 25/11, 2015 at 20:52

3

I've a game where I'm trying to keep my own analytics. No pin point location, is there something similar to SystemInfo class that could give approximate location of the player? I know I can tap i...
Electric asked 13/4, 2020 at 5:53

2

Solved

The problem occurs on Android older than Oreo and both Oreo and newer. I can't get geofences working even though following steps are done: Location services are set to High Accuracy Wi-Fi and m...
Sailing asked 1/1, 2019 at 14:14

12

I am getting an error in the onAddGeofencesResult(int statusCode, String[] geofenceRequestIds) callback with statusCode = 1000. I have my GPS enabled and my WiFi. I also have Google Play Services a...

8

Solved

I am trying to write a PHP function that will calculate the center of gravity of a polygon. I've looked at the other similar questions but I can't seem to find a solution to this. My problem is tha...
Brooder asked 11/3, 2011 at 10:14

3

After allowing permission to access GPS in react native App. If the user rejected to turn on the gps. It will show errors like Unhandled promise rejection: Error: Location request failed due to...
Kraus asked 23/1, 2020 at 7:4

5

Solved

I have seen so many functions but it happens to work only for MySQL or Postgresql. I want the equivalent logic for PHP. I'm doing some comparisons, like I have this data that were being produced wh...
Oxfordshire asked 15/9, 2012 at 18:3

2

I have a polygon shapefile of the U.S. made up of individual states as their attribute values. In addition, I have arrays storing latitude and longitude values of point events that I am also intere...
Edwinaedwine asked 22/12, 2014 at 16:50

9

Solved

Just starting to get into HTML 5 and an testing out geo location...liking it so far. I am hitting a bit of a speed bump though...when I try to get my geo location, chrome automatically blocks the p...
Kelcie asked 24/3, 2011 at 18:44

4

Solved

I have a data frame like the below and would like to convert the Latitude and Longitude columns in Degree, Minute, Second format into decimal degrees - with negative for the correct hemisphere. Is ...

2

WHAT I HAVE TO DO: I'm building an application where I want to do a query in firebase and receive the users who are in a range of X kilometers. But I want to limit this received documents and als...
Arlynearlynne asked 19/6, 2019 at 19:17

5

Solved

I am developing a functionality for my project that when user enters 'Postal Code' the co-ordinates(latitude, longitude) for the corresponding 'postal code' should display. the implementation platf...
Noreennorene asked 2/10, 2012 at 11:2

3

Solved

My objective is to return the coordinates of my geolocation using Safari on an iOS device. On my desktop browser, I am calling the function tryGeolocation() below with a Google Maps Geolocation API...
Indign asked 17/1, 2018 at 5:3

3

I have a set of latitude and longitude for various locations and also know the latitude and longitude of my current location. I have to find out the nearest places from current location. Which al...
Woodenware asked 18/3, 2017 at 11:4

1

I am using react-native-geolocation-service to fetch the location of the user. On iOS it is easy to just ask for location access when the app is in the foreground, you just skip adding background l...
Darcidarcia asked 26/10, 2020 at 8:49

2

Solved

How to calculate distance between two points when latitude and longitude are in two separate columns in a table? I cannot use PostGIS because I use heroku Postgres free version.
Reeva asked 10/4, 2020 at 6:54

3

Solved

I'm working on a project which includes seasonal content, and we're thinking of determining the user's location to work out what season it is for them. The obvious way of doing this is to Geo-locat...
Greeson asked 20/10, 2011 at 2:0

4

Solved

I would like to get the latitude and longitude of current location from gps enabled mobile device right from the web browser. May I know is this possible? how to do it? does it require geolocation ...
Ratha asked 10/8, 2010 at 18:35

11

Is there anyway that I can get the location of my device through python. Currently I am having to use selenium and open up a browser, use a location service website and setting the result of ...
Editorial asked 23/7, 2014 at 9:30

3

Solved

I am tring to locate a device using the embedded GPS (like whats app share location). I've read that it is possible with enableHighAccuracy: true. How can I set enableHighAccuracy: true in this c...
Fibrosis asked 24/4, 2013 at 20:59

3

Solved

I am using agm/core in displaying the coordinates of a map. I have the code below <agm-map [latitude]="10.3207886" [longitude]="123.90250049999997"> <agm-marker [latitude]="10.3207886 [l...

12

Solved

I managed to get the user's latitude and longitude using HTML-based geolocation. //Check if browser supports W3C Geolocation API if (navigator.geolocation) { navigator.geolocation.getCurre...
Dingy asked 23/7, 2011 at 1:0

2

Solved

I'm working on the project to detect the object from GEOTiff files and return coordinates of the objects and those output will use for drone to fly to those coordinate I use tensorflow with YOLO v...
Parker asked 5/5, 2018 at 16:29

© 2022 - 2024 — McMap. All rights reserved.