0
votes
0answers
44 views

How to convert coordinate to lac/cid

We all know that how to convert lac/cid to latitude/longitude, by use google gears like this: public Location callGear(ArrayList<CellIDInfo> cellID) { JSONObject data,current_data; JSONArray ...
0
votes
0answers
29 views

Mercator projection to x/y

i have simple png world map 775 width and 430 height. need to add markers on this map if only latitude and longitude are set. used this javascript ...
0
votes
0answers
37 views

Google Geocode returning addresses nearby

I am using google geocoding to bring me addresses according to what a user type on the search box in my iOS app. I would like to know if it is possible, lets say when the user types m google api ...
0
votes
0answers
104 views

java.io.IOException: Unable to parse response from server at getFromLocation

In my application I want current location. I am getting latitude and longitude succesfully. Now I want to complete address from that lat long. Here is my code: double latitude = gps.getLatitude(); ...
1
vote
2answers
63 views

What would you store in the DB, Coordinates or Address?

I am building an application that uses the GMaps API v3 and, taking advantage of the geocoding function, i dont know if it is better to store in the DB: The coordinates (latitude & longitude) ...
1
vote
1answer
60 views

Geocode me and write address on input before validate

I found a lot of plugins that allow geolocation and display on a map, but I want something different. I would like to geocode when you come on page with option "do you want to be geolocated?" If the ...
1
vote
1answer
25 views

Does GeoNames allow to download street data as files, not through web service?

I've found, that GeoNames allows to download data for reverse geocoding (http://download.geonames.org/export/dump/readme.txt), but looks like in those files there's no street/street number ...
0
votes
2answers
56 views

how to match users with nearest addresses? [duplicate]

I'm doing a website which every user put his address and the website will match every one with the closest person, I embedded Google map API for the direction but how can the website match users ? if ...
0
votes
0answers
129 views

GoogleMaps Autocomplete get selected value from list

I am entering an address and using Geocomplete to show the user \a list of possible addresses. Once the user is finished typing the address, I would like to get the longitude and latitude coordinates ...
-5
votes
2answers
97 views

Geolocation asynchronous iOS [closed]

I would like to geolocalize in the background with a thred! But I can not, I tried scheduler, thred, operation ect ect ... but all I block the progress of the progressBar.
1
vote
1answer
120 views

Idea or tool for distribution of power force (people) geographically [closed]

I have a lot of places with coordinates, I have people that maintain those places when something goes wrong. I'm looking for a way to place the field people so they be the closest possible to the ...
0
votes
1answer
63 views

I get false lat long for the cities of Dom-Tom when i use geocoder google

my script <script type="text/javascript"> // .... //.... var adresse = jQuery.trim(region) + ", " +jQuery.trim(adresse) + ", " + jQuery.trim(codePostal) + ", " + jQuery.trim(ville) + ", " + ...
0
votes
1answer
94 views

Android Reverse Geocode

How to get City, state information from Zip code (US) provided, is it possible using android libraries ? I would like to avoid using external libs if not necessary.
0
votes
4answers
833 views

Google Maps Geocode Status OVER_QUERY_LIMIT

I understand that Google caps requests to 2,500 per day... but there's no way on EARTH that I've made that many requests today, and I just keep getting 'OVER_QUERY_LIMIT' $street_no = ...
1
vote
2answers
90 views

To use or not to use inverse geocoding to index a MySQL table with ~500,000 rows?

I have a table with about 5,000 rows that contain geocoordinates (latitude+longitude) and location info (city, state and country) on landmarks. I use this table to retrieve the closest locations to a ...
0
votes
2answers
67 views

Geolocation: filter by proximity

I have a list of users from across the world in JSON format. Each item in the list has a location information. How do I convert these locations to proper longitude and latitude? How do I filter ...
0
votes
1answer
105 views

Rails geocoding/geolocation options for 'find near me'

I am creating an app where pet rescue centres can add pets that need homes, but I would like to add a sort option for visitors to the site that orders pets by location closest to them (either by IP ...
0
votes
1answer
534 views

Search location using geocode API in google maps

I would like to acheive the exact same result rendered from a google maps url ...
0
votes
0answers
68 views

Error on GUIStatics

I have already asked one question GUIStatics cannot be resolved to a variable . But no one answered it. But now i want to know at least how to use GUIStatics. I need the syntax for GUIStatics. Because ...
1
vote
1answer
217 views

geolocation accuracy with ios

I am working on an app that will leverage the geolocation to update the location of either vehicles or other "parked" items within a specific area, either large parking lot or other outdoor facility. ...
0
votes
0answers
122 views

Real Time Interactive World Map - Can anyone help me get started? [closed]

I want to build a webpage that has a scroll-able/zoom-able map of the world, that displays the visitors who are currently online with an interactive tool tip of sorts. Something like this but with ...
0
votes
0answers
202 views

Working app suddenly doesn't show gmap on device android

I uploaded an application on play store in last year which shows the google map and we can select the location and set like a reminder.That time application ran fine.But few month ago suddenly ...
6
votes
3answers
695 views

How to get Coordinates when Address is Known?

I derived/adapted the following code from Adam Freeman's book "Metro Revealed: Building Windows 8 apps with XAML and C#" to get the Address when the Coordinates are known: public static async ...
0
votes
0answers
42 views

mobile: Browser Javascript activity during screenlock

I'm developing a website which should be viewed on mobile phones. It uses geocoding to track the user's location and save it to a database. Well, this is working fine, but after ~a minute my cellphone ...
0
votes
1answer
89 views

Efficiently find all places (by lat/lng) within bounding box

I have a table containing 'places', each place with its name (pk) and lat, lng. Given a bounding box of coordinates (lat/lng perimeters), what is an efficient way to retrieve only the places within ...
1
vote
1answer
109 views

Address geolocation on own server

Disclaimer: Any API is NO OPTION for me because of the vast amounts of places I want to process. I know there are plenty of services out there but I'd like to have my own solution Ok, after ...
5
votes
1answer
505 views

R ggplot2/ggmap concentric circles as points

I am trying to plot some information that shows full population and then a subset of that population by location on a map. I've seen data visualizations that use concentric circles or 3-d inverted ...
0
votes
1answer
1k views

Restricting Google Map API to show only Cities, States & Country

I am new to Google Map APIs.. I wish to use dropdown where user will type location and correspondingly google will give suggestions.. but problem is i dont want Google to give Street & District ...
0
votes
1answer
104 views

Gmaps4rails - Map throwing JS error on first load when JSON == “[]”

I am using the geocoder gem's .nearby method to query my DB and return nearby location objects. Question 1: When loading the map for the first time, no markers are passed to the JS, and it does not ...
6
votes
2answers
676 views

R convert zipcode or lat/long to county

I have a list of locations that contains a city, state, zip, latitude and longitude for each location. I separately have a list of economic indicators at the county level. I've played with the ...
0
votes
2answers
173 views

T-SQL Optimize geographic search by longitude and latitude

What I have stored in one of my tables are geographic points in the following format: Longitude Latitude PostalCode The idea is to get the closest available postal code by given longitude and ...
0
votes
0answers
92 views

Geo location - JS vs JSON

I am tryign to obtain the geolocation of the user browsing using maxmind's free service http://j.maxmind.com/app/geoip.js jQuery.getScript('http://j.maxmind.com/app/geoip.js', function() { var ...
0
votes
0answers
78 views

How toDraw a Map of Germany with CoffeeScript and Proj4 JS?

I want draw the outlines of Germany with CoffeeScript and Canvas using latlons and Proj4JS. I determined the outline's points that connected would form the outline: line_string = [ {x: 53.304621, y: ...
0
votes
1answer
223 views

how can i find pople between two geo points using gps locations from database(mysql)?

I want make an application in android in which user can input two geo points(lat and long) and with these two points i want to make query in database table(mysql) where already peoples information ...
1
vote
2answers
119 views

How to compare the current location against a list of addresses and come up with nearby addresses within 5 miles/10 miles/20 miles?

How do mobile apps like yelp and gasbuddy find a list of nearby restaurants/gas stations? I am creating an Android app and have a list of locations in my database. I want to give the user all the ...
0
votes
1answer
163 views

Google App Engine Search API Performing Location Based Searches

I have been going through trying to find the best option on Google App Engine to search a Model by GPS coordinates. There seem to be a few decent options out there such as GeoModel (which is out of ...
0
votes
2answers
152 views

GeoModel Usage in Google App Engine

I am trying to do a proximity_fetch with the GeoModel class for Google App Engine. The entity I want to use it for is ndb and I am not sure what I need to download and import and what I can just ...
1
vote
0answers
149 views

Maps API search with areas/polygons to find everything inside area

I need your help. I'm developing a site where I need a search like the google maps search feature, but with the feature of searching with areas. Example. Let's say I'm building a site to show all ...
0
votes
0answers
65 views

Equirectangular projection of earth as a grid

I'm developing a geolocation algorithm to group locations in a general cell of a flat grid projection of the Earth to find nearby location tags from a given location. I'm planning on using an ...
0
votes
2answers
303 views

“Connection refused” error for google geo coding [closed]

I worte a 'java' program to get coordinates(latitude and longitude) for a given postalcode using geocoding. I tested that program at my home it is working fine, but when i run the same program in my ...
0
votes
1answer
804 views

Android 4.1 Geocoder.getLocationFromName() throws IOException: Unable to parse response from server ONLY over 3G

I am using the Geocoder in my android app to resolve a string in to Addresses. The following snippet of code works normally over Wifi, but not over 3G. When over 3G, it throws an IOException: Unable ...
0
votes
2answers
1k views

how to use google Geocoding in java?

I am developing a functionality for my project that when user enters 'Postal Code' the co-ordinates(latitude, longitude) for the corresponding 'postal code' should display. the implementation ...
0
votes
1answer
79 views

Calculating tiles extents using some level data

I have some data looking like this: <?xml version="1.0" encoding="utf-8"?> <levels> <level nr="0" tileWidth="512" tileHeight="512" envSizeX="5000" envSizeY="5000" minX="465000" ...
0
votes
0answers
80 views

What is easiest way to map ip addresses to geo locations(country/states)?

I want to process large amount of logs with hadoop in format (query; ip) and group query by region. Since this is large scale job I need my ip to geo mapping to be free(probably open source data) and ...
0
votes
0answers
33 views

What's the definition of significant change of position in phonegap

"In step 5.2.2 of the watch process, the successCallback is only invoked when a new position is obtained and this position differs significantly from the previously reported position. The definition ...
4
votes
1answer
2k views

Android Geocoder.getLocationFromName() throws IOException: Service not available on Device [duplicate]

I am using the Geocoder.getLocationFromName() method on both the emulator and my phone (Nexus S with Android 4.1) and I get the following exception: java.io.IOException: Service not Available There ...
0
votes
1answer
223 views

How widespread is Geocoder implementation on Android mobile devices?

I need to fetch longitude and latitude by street name. I saw that Geocoder can do that job. The documentation tells us that "the Geocoder class requires a backend service that is not included in the ...
0
votes
1answer
119 views

Google Geolocation Limitations

I am busy using Google Geolocation GeoCoding API. Everything is working fine, but it seems to me after 2000 requests from Google Geolocation API it does not work anymore. Firstly, what are the ...
0
votes
1answer
91 views

Verify user input location string is a valid geographic location?

I'm accepting a user input which is supposed to be a geographic location. I would like to validate that what the user has entered describes a location--e.g., postal code, airport code, street address, ...
4
votes
0answers
230 views

Are there any good opensource geoparsers available?

Are there any good opensource Geoparsers? There are several free solutions (services) available (e.g. Yahoo's placemaker, EDINA's Unlock Text) but they do not appear to be opensource. Ideally the ...

1 2 3 4