geolocation

Android: How to find out location provider name from KEY_STATUS_CHANGED broadcast intent sent by LocationManager?

I try work with NETWORK and GPS location provider simultaneously. In main activity I register location update request for each available provider: for (String provider : m_lm.getProviders(false)) { Intent intent = new Intent(GpsMain.this, GpsTestReceiver.class); PendingIntent pi = PendingIntent.getBroadca...

Cityname to geographical coordinates PHP script???

Hello guys, i need to develop a php script who ask for a city name and return a simple echo with the geographical coordinates of the city. Input data: Cityname OR Cityname, Country I know there is a free database called GeoNames were you can download a database who contains this information, but i really dont know how to export this da...

How to load Google ClientLocation API without loading the whole Google Maps API?

All I want to do is find out the person IP address so that I can reverse geocode it to find out their latitude and longitude from which they are viewing my web site from. I can do that using Google ClientLocation API but it's unclear to me if I have to load the huge Google Map framework just to use it. Is it possible to simply use the ...

Calculating trip travel times using available geo APIs for 5k+ addresses

I'm working on a transportation model, and am about to do a travel time matrix between 5,000 points. Is there a free, semi-reliable way to calculate the travel times between all my nodes? I think google maps has a limit on the number of queries / hits I can achieve. EDIT I'd like to use an api such as google maps or similar ones as th...

Exactly how accurate is IP Geolocation?

I'm setting up a iPhone tracking system for my friends, so they can submit their location to my website by their iPhone, anywhere, anytime - by WiFi or cellular data. The website will use Google Maps for their coordination's so that my other friends can track where they are, however, it is the accuracy of the IP to coordinates to Google...

Map View errors when I used it for the second time in Android (Titanium)

Hi I have records on the table list contains data that has latitude & longitude on the listing widow. When I click on each row, it passes to the detail window that display the mapview and its annotation of that record. I zoom in & out, moved to different area and I clicked "back" button to go back to the record list. Then, I selected ...

Location updates not working in background using iphone sdk 4

Hi, I am trying to add the background location updates (i.e. the feature where applications running in background can still receive continuous lcoation updates) into my iPhone app. I implemented (in the view controller) the location update methods didUpdateToLocation and didFailWithError. I also added to the Info.plist file, the UIBac...

Should I use 301 for in-site redirects?

We would like to redirect to a localized version of our entry webpage if IP is detected to be from a certain country. We are using ASP.Net, GeoLite Country Db (it's a very small, 1Mb downloadable DB at time of writing this question). So, most users would get english content, but if they come from a local place, they would have local con...

jQuery $.post fires twice?

I have this code, and for some reason my $.post function fires twice in quick succession (for 'journal/weather') according to Firebug. It still does this when I remove the "if (navigator.geolocation)", however, if I replace the $.post block with something like console.log('test'), it only fires once. What's even weirder is when I place...

latitude and longitude bounding box for C#?

I just want to find a straightforward, C# class that takes in a starting latitude and longitude and a distance and finds the bounding box (max lat, min lat, max lon, min lon). There are other, similar, questions here on SO but none of them really answer this and the ones that do are not in C#. Help. ...

Geocoding a park with Google Maps API

It is easy to use the Google Maps API to find a specific street address and return the latitude and longitude. For example, link. However, it appears that typing in the name of a specific location, for example a park, causes problems. Often these don't have a specific street number (at least, not easily findable). Despite the fact that ...

Wildly inaccurate GPS position and velocity

I'm writing a toy car-navigation app for Android, mostly to learn the Android SDK. While testing my application, it worked fine for a few hours. Then, suddenly, it reported my position as being in a town 100km south of my real position, travelling at 300km/h. I was in fact travelling at approximately 120km/h. I changed application to G...

Is it possible to find the location of another android phone?

I'm new to development for Android and I am curious if it is even possible to request and accurate location of another android device? For example, If I wanted to find where a friend is located and show it on my device in google maps. ...

Mobile GPS web application

I need to develop a web app. (PHP) 100% for mobile phones and need to get the information from the mobile phone GPS, in order to get the user's current position. My question is, what should I do? I know PHP but I'm completely clueless about the GPS part (never worked with them before). All i'm looking is for headsup to see if I can hand...

online map locator api like GPS

Hi, google map, ip location etc etc working good. but none of service pointing our computer exactly where we are in map anyone know any api which locate our computer on map without user inputs. or any api service there . since im tired of ip location its not at all exact pointing some where in the earth and ma client scolding a lot ...

How to get the user's location from iPhone using Google Maps API v3?

I want to make a google map on the iPhone and show the user's location when they first open the site. But i can't find this method on Google Maps v3 api. So i think maybe the iPhone has the function to do this. Does it? ...

Getting timezone information on iPhone for coordinates

For iPhone development: How can I get the timezone and DST information for any place given that I only have geographic coordinates. (NSTimezone does not have any such method) ...

Any way to verify user's geolocation?

Newbie question. I'm trying to make a mobile site using html5's geolocation (I know technically it's a separate spec, but still) to identify user's current position and post that to a web service which then does something. Basically a browser version of Four Square. Is there anyway that I can verify that the user is really at that loc...

Sending Geolocation to a Server via PHP CURL

I am trying to scrape data from a site that requires my geolocation via PHP and CURL. Is there any way to include Geolocation into the CURL call? ...

Convert Zip code to Google Metro Code?

I know that Google publishes its "metro areas" for adwords. Is there a converter from ZIP code to metro area code available? The metro list I'm referring to is at: http://code.google.com/apis/adwords/docs/developer/adwords_api_us_metros.html ...