geolocation Questions
4
Solved
I have a list of ~300 IP addresses that I would like to plot on a map of the world. Can you explain roughly how I could do that with Python?
EDIT: I'm also interested in the visualization part of ...
Resiniferous asked 26/4, 2012 at 18:33
18
Solved
is there any possibility to determine the timezone of point (lat/lon) without using webservices? Geonames.org is not stable enough for me to use :( I need this to work in PHP.
Thanks
Conceptualism asked 7/4, 2011 at 16:45
9
I am using Geolocation.watchPosition() and I get the following error on callback
Network location provider at 'https://www.googleapis.com/' : Returned
error code 403.
This seems to be only ha...
Madalynmadam asked 14/12, 2016 at 8:7
11
Solved
I have a task to validate addresses entered into a system I am currently creating. The system requires that address entered are validated against a valid data source. In the UK the dataset comes fr...
Snappish asked 25/3, 2009 at 15:24
4
Solved
I have a large CSV file containing a list of stores, in which one of the field is ZipCode.
I have a separate MongoDB database called ZipCodes, which stores the latitude and longitude for any given ...
Melon asked 6/10, 2010 at 19:9
7
Solved
I'm familiar with HTML5 geolocation for returning rough coordinates of the user’s location.
However, how can I return the name of the country that their coordinates are in?
Astatine asked 19/7, 2011 at 13:23
8
Solved
I've been playing around with React Native, getting custom locations to work and setting the "NSLocationWhenInUseUsageDescription" key. The error, when running on the ios simulator, is this:
{
"c...
Tiebold asked 9/1, 2017 at 1:5
7
Solved
I have been trying to use React Native 's GeoLocalisation for an Android App. The poorly documentated module is found here https://facebook.github.io/react-native/docs/geolocation.html.
According t...
Aulea asked 22/8, 2017 at 16:0
34
Solved
I want to get visitors country via their IP... Right now I'm using this (http://api.hostip.info/country.php?ip=...... )
Here is my code:
<?php
if (isset($_SERVER['HTTP_CLIENT_IP']))
{
$real_...
Pankhurst asked 23/9, 2012 at 14:33
2
Solved
When using Google Maps to decide on places to visit, I find that the total number of reviews is as helpful in my deciding which places to visit as the place's actual average rating.
However, whil...
Tesstessa asked 27/4, 2018 at 20:58
2
I've used the Android tutorial with Geofences which, obviously, doesn't work when app is closed. So, after searching around, I've noticed user b-ryce on SO used BroadcastReceiver so geofences get t...
Kit asked 9/9, 2014 at 19:32
22
I need to get my current location using GPS programmatically.
How can i achieve it?
Decolorant asked 3/10, 2009 at 10:59
3
Solved
i´m playing arround with three.js
i want to render objects on specific geocoordinates on a bigger sphere, i´m pretty near to the solution, but i dont get the correct xyz position from lat lon
i ...
Disrespectable asked 6/2, 2015 at 12:36
9
Solved
I am using simple location manager object to get lastKnownLocation() of device
but getting null object in return can any one tell me why ?
Code :
public Location getLocation() {
LocationManager...
Bustup asked 25/8, 2014 at 9:57
7
Solved
Is there an easy way to get the name of the country on whose territory a given point is located?
I don't care too much about accuracy nor about ambiguities given by political disputes. Just need a...
Fought asked 3/9, 2010 at 6:33
3
To get the last know geolocation, I have:
CLLocationManager * locationManager = [[CLLocationManager alloc] init];
CLLocation * lastKnownLocation = [locationManager location];
Does the lastKnownL...
Bipod asked 26/3, 2014 at 23:45
19
Solved
If I have a latitude or longitude reading in standard NMEA format is there an easy way / formula to convert that reading to meters, which I can then implement in Java (J9)?
Edit:
Ok seems what I w...
Comestible asked 12/3, 2009 at 17:38
4
The context
I would like to be able to extract the location of Google Maps embedded in a website (random example found at the bottom of this website).
<iframe src="https://www.google.com/...
Accomplished asked 30/10, 2017 at 14:11
4
Solved
I'm building a Flutter App where the user can post a photo and it's location. The use can both get a picture from the camera or from the library.
If the user take a picture from camera I can use t...
Samarskite asked 8/3, 2019 at 9:14
7
Solved
I maintain a site with a bunch of downloadable files. It is currently hosted on a server in the U.S., but I have recently acquired a new server in Germany. I would like to mirror the downloads to t...
Interregnum asked 28/1, 2012 at 21:3
7
Solved
There are clearly a number of packages in R for all sorts of spatial analysis. That can by seen in the CRAN Task View: Analysis of Spatial Data. These packages are numerous and diverse, but all I w...
Plugboard asked 11/8, 2009 at 15:6
1
I use HTML5 Geolocation to get user coordinates. But if the user does not agree to request access to GeoLocation, this will always be a problem when visiting the site.
I want to get access again w...
Placido asked 20/10, 2019 at 10:16
1
Dose anyone know how to set Geo-location in Headless chrome?
I have been researching for how to set-up and found following article.
But, I do not know how to set this thing up.
https://developers...
Caster asked 5/7, 2018 at 3:13
9
How do I get the current Latitude and Longitude of the mobile device in android using location tools?
Shook asked 9/2, 2010 at 6:48
36
Solved
I want to get longitude and latitude in Android emulator for testing.
Can any one guide me how to achieve this?
How do I set the location of the emulator to a test position?
Floorman asked 17/2, 2010 at 9:55
© 2022 - 2024 — McMap. All rights reserved.