Tagged Questions
Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal. Geolocation may refer to the practice of assessing the location, or to the actual assessed location.
85
votes
7answers
47k views
What is the simplest and most robust way to get the user's current location in Android?
The LocationManager API in android seems like it's a bit of a pain to use for an application that only needs an occasional and rough approximation of the user's location.
The app I'm working on isn't ...
44
votes
14answers
11k views
Know a good IP address Geolocation Service?
I'd like to get your impressions on any ip geolocation (as in IP to location) service services you may have employed?
I'm looking for something free or cheap, which shouldn't be unrealistic because I ...
43
votes
6answers
81k views
How do I get the current GPS location programmatically in Android?
I need to get my current location using GPS programmatically. How do I do that?
37
votes
1answer
29k views
J2ME/Android/BlackBerry - driving directions, route between two locations
On Android 1.0 there was a com.google.googlenav namespace for driving directions:
Route - Improved Google Driving Directions
But in newer SDK it was removed by some reason...
Android: ...
29
votes
9answers
5k views
Alternatives to google maps api
google maps api is great for developing location based services for mobile phones. But for some reason the use of it is restricted for me in a special project.
E.g. if your project is in conflict ...
26
votes
2answers
8k views
How, exactly does HTML5's GeoLocation work?
I know the browser shares my IP address and details of nearby wireless networks to determine my location, but what sort of info does it know about nearby wifi networks?
For example, where I live are ...
23
votes
10answers
24k views
Geolocation API on the iPhone
Does anyone know whether the iPhone supports or will soon support the W3C Geolocation specification?
I'm looking to build an app for mobile users, but rather than spend the time developing apps for ...
22
votes
7answers
480 views
Looking for ways for a robot to locate itself in the house
I am hacking a vacuum cleaner robot to control it with a microcontroller (Arduino). I want to make it more efficient when cleaning a room. For now, it just go straight and turn when it hits something.
...
21
votes
5answers
14k views
navigator.geolocation.getCurrentPosition sometimes works sometimes doesn't
So I have a pretty simple bit of JS using the navigator.geolocation.getCurrentPosition jammy.
$(document).ready(function(){
$("#business-locate, #people-locate").click(function() {
...
21
votes
3answers
20k views
How to get Latitude and Longitude of the mobiledevice in android?
How to get the current Latitude and Longitude of the mobile device in android?
21
votes
6answers
7k views
Developing Geographic Thematic Maps with R
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 want ...
18
votes
4answers
5k views
Ruby Geolocation Gem/Plugins
What are the available (best) ruby IP-based geolocation gem/plugins?
How do they compare to one another in terms of functionality, performance and ease of use (e.g. do they interact with a web ...
18
votes
7answers
16k views
Which Devices Support Javascript Geolocation via navigator.geolocation?
The iPhone supports geolocation in mobile Safari via the following call:
navigator.geolocation.getCurrentPosition(
function(pos){
var lat = pos.coords.latitude;
var long = ...
15
votes
7answers
12k views
Convert long/lat to pixel x/y on a given picure
I have a city "map" (for example - Moscow). She in accuracy repeats the contours the given city in google maps (that is it is copied from google maps and it is a little processed, but the sense ...
13
votes
8answers
3k views
Good way of getting the user's location in Android
The problem:
Getting the user's current location within a threshold ASAP and at the same time conserve battery.
Why the problem is a problem:
First off, android has two providers; network and GPS. ...
13
votes
4answers
7k views
Longitude and latitude value from IP address
Is it possible to get the longitude and latitude value from IP address in asp.net?
If it is possible, please let me know how can I get this.
12
votes
5answers
3k views
Open alternatives to Google-maps?
I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a thing exist?
11
votes
2answers
4k views
toRad() javascript function throwing error
I'm trying to find the distance between two points (for which I've latitudes & longitudes) using the technique described here at How do I calculate distance between two latitude longitude points?
...
11
votes
3answers
2k views
How does HTML5 Geolocation Work?
Chrome and Firefox have HTML Geolocation implemented.
My question is: how does it work? Do they have a Database locally and get the information from the provider then try to match it?
Where is the ...
11
votes
4answers
3k views
How does Chrome know my geolocation?
Chrome seems to be very accurate in detecting my location. How does it do it? Can you point me to the source code?
11
votes
2answers
1k views
Gears or HTML5 Location API on Android 1.5
I am trying to use gwt-mobile-webkit, particularly its location api. It works well with iPhone (both device and simulator) and Firefox and on G1 with 1.6 Android, however, it does not work on G2 with ...
11
votes
8answers
5k views
What pre-existing services exist for calculating distance between two addresses?
I'd like to implement a way to display a list of stored addresses sorted by proximity to a given address.
Addresses in the list will be stored in a database table. Separate parts have separate ...
10
votes
2answers
148 views
Can we launch setting screen any no of time in iPhone to enable the GPS?
I have tried the launch the settings of iPhone in my application using the call
CLLocationManager *locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
...
10
votes
4answers
5k views
Google's Geocoder returns wrong country, ignoring the region hint
I'm using Google's Geocoder to find lat lng coordinates for a given address.
var geocoder = new google.maps.Geocoder();
geocoder.geocode(
{
'address': address,
'region': ...
10
votes
3answers
15k views
Can iPhone web apps get GPS position?
Is there an easy way to design a website to facilitate an iphone user providing gps coordinates to the site?
I am wondering if there might be a naming convention for form fields for example, to let ...
10
votes
3answers
1k views
Where can I get postal codes for all countries?
I once read about an open source database for postal codes with geolocation data but now I can't remember its name. Can someone help?
9
votes
5answers
2k views
Determine timezone from latitude/longitude without using web services like Geonames.org
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
9
votes
1answer
1k views
HTML 5 Geo Location Prompt in Chrome
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 page ...
9
votes
5answers
4k views
Get country location of an IP with native PHP
Read on before you say this is a duplicate, it's not. (as far as I could see)
I want to get the county code in php from the client.
Yes I know you can do this using external sites or with the likes ...
9
votes
3answers
4k views
About Geolocation in HTML 5
Google Maps can now pinpoint my location with street precision with the help of Firefox.
I understand this is a new feature of HTML 5 compatible browsers and that the location is fetched by using ...
9
votes
7answers
4k views
Google App Engine Geohashing
I am writing a web application using GWT and App Engine. My application will need to post and query items based on their latitude, longitude.
As a result of google's distributed database design you ...
9
votes
3answers
8k views
Android - Get Altitude By Longitude and Latitude?
Do you know some quick and sufficient way to get altitude (elevation) by longitude and latitude, that would be easy to use on Android platform?
While this is a self-learning question, my approach is ...
9
votes
9answers
6k views
How does Google calculate my location on a desktop?
Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a ...
9
votes
5answers
1k views
Reverse wikipedia geotagging lookup
Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.)
Is there any API for querying all geotagged pages within a specified radius of a geographical position?
...
9
votes
9answers
8k views
Geo Fencing - point inside/outside polygon
I would like to determine a poligon with geo points and implement an algorithm which would check if the point is inside or outside the polygon.
Does anyone know if there is any example available of ...
9
votes
5answers
992 views
How do you make a geolocation database?
I am not asking what geolocation service to use or how you use them.
I am asking, how the do these companies know so well where every IP address is?? Is there some breach of privacy being violated?
...
9
votes
9answers
11k views
Address Validation API
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 from ...
9
votes
2answers
166 views
Geolocated version control?
Much like it's possible to geotag pictures, I wonder if there is a way to automatically geolocate the code associated with a commit - or any changes - in a version control system like SVN?
I ...
8
votes
3answers
2k views
android webview geolocation
I have to retrieve a user's location in a WebView. I do this with the following Javascript:
function getLocation() {
navigator.geolocation.getCurrentPosition(displayLocation, handleError);
}
But ...
8
votes
5answers
2k views
Algorithm to find all Latitude Longitude locations within a certain distance from a given Lat Lng location
Given a database of places with Latitude + Longitude locations, such as 40.8120390, -73.4889650, how would I find all locations within a given distance of a specific location?
It doesn't seem very ...
8
votes
1answer
5k views
Google Maps: how to get country, state/province/region, city given a lat/long value?
I need a list of countries, states & cities based on a collection of lat/long values I have. I need to store this information in a manner that hierarchy is preserve and without duplicates (e.g. ...
8
votes
4answers
4k views
Android - SQlite Getting nearest locations (with latitude and longitude)
I don't know if I'm wierd, but I haven't found any topic about the subject. The thing is, I have data with lat and lng stored in my SQLite database, and I want to get the nearest locations to the ...
8
votes
2answers
2k views
How to implement indoor navigation on the iPhone
I would like to locate the iPhone in a building to build an application with similar features as the iPhone app of the American Museum of Natural History. There is no good GPS reception as there are ...
8
votes
8answers
2k views
Should the website switch language based on IP address or browser language?
Geo-location has been used most by Websites to do redirection, but I have found that several IP addresses locate a country which has using several languages.
Meantime, some users prefer to using the ...
8
votes
3answers
9k views
Get the distance between two geo points
I want to make a apps that check what's the nearest place from where the user is. I can easily get the location of the user and I have a list of places with latitude and longitude.
What would be the ...
8
votes
3answers
4k views
How HTML5 Geolocation Feature Works?
How can the browser tell where I am?
Totally based on registered IP address? What if I'm behind a proxy?
8
votes
2answers
3k views
watchPosition() vs getCurrentPosition() w/ setTimeout
I need to determine a person's location within 50m. I'm wondering if I should use navigator.location.watchPostion() or call getCurrentPostion() over and over again. watchPostion() is the proper W3C ...
8
votes
6answers
3k views
Geolocation provider for Firefox that allows manual input
Are there any easy ways to override the default behaviors of the geolocation api and just hard code your current location?
I think this would be useful for testing and for privacy reasons (providing ...
8
votes
6answers
7k views
How to get visitor location ( country, state and city ) using ASP.NET
I want to implement this in ASP.NET. I don't have any idea about how to do so, unfortunately.
8
votes
7answers
3k views
Geolocation with IPv6?
I'm working on an IP geolocation library that uses the first three octets of an IPv4 address to determine a user's country, city, lat, lon, etc. Works like a charm.
But it doesn't handle IPv6 ...