0
votes
1answer
30 views
Blackberry - getLocation() method cannot be called from event thread
I want to get the longitude and latitude of device. I used location api to get the longtitude and latitude the problem now i am facing is i could not able to call the getLocation() …
0
votes
3answers
63 views
SQL Query For Total Points Within Radius of a Location
I have a database table of all zipcodes in the US that includes city,state,latitude & longitude for each zipcode. I also have a database table of points that each have a latitu …
0
votes
1answer
14 views
How do I find a place of business from geolocation information?
Let's say I'm just wondering around with my cellphone and I want to know exactly which place of business I'm in. This would seem to be easy, but I don't see away to do it. It's pos …
0
votes
3answers
35 views
Location based information
Hi,
I would like to show information on my website based on user's geography. In my current design would not want the user to enter their location/zip code.
Using IP I can find u …
1
vote
5answers
124 views
SQL Query for Performing Radius Search based on Latitude Longitude
We have a restaurant table that has lat-long data for each row.
We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 …
0
votes
1answer
30 views
What are my options for accessing the user’s GPS device in a desktop browser?
After reading about Firefox's Geolocation functionality, which doesn't use GPS, I'm wondering what it would take for a browser (IE and/or Firefox) to be able to access a GPS device …
0
votes
2answers
62 views
Geolocation API on Max OS X Snow Leopard
Has anyone written an application that uses the new location API in Mac OS X 10.6?
There is a sample program that uses the same API for the iPhone OS, but the API is slightly diffe …
2
votes
6answers
143 views
Getting latitude and longitude without a GPS (Windows Mobile)
Hello!
I wondering if there is a method to obtain latitude and longitude of my position without using a GPS.
I developing a Windows Form application for Windows Mobile 5.0 and ab …
3
votes
9answers
278 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) …
0
votes
3answers
42 views
Geography in a social network
I want to make a global social network, in which users can search for nearby users.
What is the preferred way to allow users to easily specify where they are located?
Zip code wo …
0
votes
1answer
63 views
Android requestLocationUpdates and time needed to get a gps fix
I am using the requestLocationUpdates method of LocationManager to get GPS location updates. I am using a minTime parameter of 60000 to indicate that I'd like a location update eve …
1
vote
2answers
49 views
City Country State Datebase
I am looking for a good City, Country State database
It does not have to be crazy detailed, something that has a good coverage of Cities and their corresponding State,Countries in …
1
vote
4answers
143 views
Given a latitude and longitude, find users interested in that position
Given a table,
+-----+---------+---------+---------+---------+---------+
| user| min_lat | max_lat | min_lng | max_lng |
+-----+---------+---------+---------+---------+---------+
…
5
votes
2answers
49 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 intera …
0
votes
1answer
40 views
How can I store location data in the url for all pages on my asp.net site using url rewriting?
Using { ASP.NET 3.5 , Windows Server 2003 , IIS 6 }
I'd like to optimize my site for SEO. For the sake of example, I have a site with three pages:
/news.aspx - a page that list …
