Is there a service that provides latitude and longitude for UK phone numbers?
For example:
Query: 0141 574 xxx, Returns: (55.8659829, -4.2602205) [Glasgow City Centre]
Allow me to stress that I am not looking for a reverse-directory-enquires. I am more interested in 'local area' for things like weather by phone or "Where's my nearest P...
I am just looking for the best solution for the following problem.
I have installed wordpress mu, and I wanted to create child blogs, for different areas in the world. But I want it so 1 domain can switch them instantly using the users ip address.
IS there a extention of wordpressmu or buddypress or do I need something on the server say...
Hi,
i'm new here,
i'm new in iphone development,
i'm new in Objective-c
and i'm new in engligh speaking, so don't hate me :P
I'm creating an application that will use the location manager to display the distance between the own position and the positions of a list of shops, like AroundME.
Now, i give the locationManager property to my...
I have downloaded ip-to-country.csv that has ip ranges that are mapped to countries. How should I store this data to database and how can I query in what range Ip address is to know where Ip address is coming from?
...
Is there a way to use real location services in the simulator only (no device involved)? It always goes to Cupertino.
...
hello all,
Im hoping that somebody can help me out on what i feel is an easy answer but I just cant get it to work out.
Im trying to trap the geolocation lat and long and place it into the google maps api
so far i have
var myOptions = {
zoom:7,
trips:1,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new goo...
How to convert a city/state to a geo location (lat/long) using bing?
...
I'm in need of a google maps api function/method that answer if google maps database has a certain city map digitized. Anyone knows if there is any function like that?
...
What's the best api/resource to get a zip +4 from an address?
I don't want something that needs to be downloaded and updated from time to time; I want one that's updated automagically.
The goal is to look up state and federal officials without getting "duplicate" positions.
...
I currently have a Postgres DB filled with approx. 300.000 data-sets of moving vehicles all over the world. My very frequently repeated query is: Give me all vehicles in a 5/10/20mile radius. Currently I spend around 600 to 1200 ms in the DB to prepare the set of located vehicle-objects.
I am looking to vastly improve this time by ideal...
In GWT, is there a way to find out the user's physical location (country, state etc)?
...
I am new to iphone development.I want to know the working process of the CLLocationManager in determining the current location. I have used the below code for the button event to find the current location.
self.locationManager = [[[CLLocationManager alloc] init] autorelease];
self.locationManager.delegate = self; // Tells the location...
I'm trying to center a google map on a single marker pulled from a database, what I'm doing so far is using this function to get a single marker from the database
function getMarkers(){
var urlstr="readsingle.php?v=<?php echo $cam ?>";
var request = GXmlHttp.create();
request.open('GET', urlstr , true); // reques...
Hi all..
i am working on an application that needs to find GPS location of the user. While testing my code on Droid i am unable to find the GPS location. While googling i found this link to an issue raised with Google.
But apps like Yelp can find the GPS location on droid. Is there a workaroud to find the user location on a device? Her...
Context: I'm trying to improve the values returned by the iPhone CLLocationManager, although this is a more generally applicable problem. The key is that CLLocationManger returns data on current velocity as and when it feels like it, rather than at a fixed sample rate.
I'd like to use a feedback equation to improve accuracy
v=(k*v)+(1-...
I am interesting on log down the recent 100 visitors around the world whom have visited to my website and display their country information and IP address on the website developed by Silverlight platform.
Where can I get accurate data for detecting the visitors' IP address and geo-location information?
...
I have an iPhone application where i need to find out the current location(in terms of city name or probably the address). But i'm not been able to do that. I can find out the current latitude and longitude. Is there any web service(preferably free of cost) which can return me the current location name if i supply the latitude and longit...
HI
I want to track the country of the visitors and then redirect them to appropriate subdomains of my site like what google does...
And upto what extent i can rely on the data of the api if i should use any?..
I'm using php..
...
I can't seem to find how to do geo targeting (filtering a post based on the location of a user) on facebook using their API.
Does anyone already managed to do it?
This is how you can do it via their interface:
...
I need to know, how to trigger or open J2ME application when GPS coordinates changes
...