Geocoding is a method to assign spacial coordinates - like longitude and latitude on the Earth's surface - to a data record or object which represents an address or other geographic data.

learn more… | top users | synonyms

4
votes
0answers
219 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 ...
3
votes
0answers
139 views

Geocoding api is giving wrong decimal values

I am trying to calculate distances between GPS waypoints in Excel using Google's geocoding api The geocoding API translates these Waypoint to decimals WP1: S25 07 25.9 W57 20 22.1 = ...
3
votes
0answers
859 views

Constructing Intersections from Google Maps API

Problem: I am trying to reverse geocode a lat/long into a closest street intersection using Google Maps API V3. Also, for now, this doesn't have to be super accurate-- as I am just trying to ...
2
votes
0answers
116 views

DbGeography.PointFromText error Exception has been thrown by the target of an invocation

I am starting my first project using spacial data. Im using VS 2012 and SQL 2012 I have referenced System.Data.Entity and can use DbGeography in my code but when I try to create a point I get the ...
2
votes
0answers
38 views

google geocoding api city vs highway

I need to know if it's possible to check, if i'm currently in a city or on a highway/outside of a city using the geocoding API. I know there is some kind of viewport returned by the api, but i'm not ...
2
votes
0answers
156 views

geocoder: distance sortable index

I'm developing a rails app where Users are having many Items. The users are geocoded thanks to another model I called Place that is relying on the ruby geocoder gem. class Place < ...
2
votes
0answers
373 views

Is there a way to implement offline geocoding on an offline openstreetmaps sqlite map tile database in iPhone?

I have displayed openstreetmaps tiles using map2sqlite in my iPhone app. Now I wanna implement gecoding features like showing a marker on a specific location in the offline map. Any ideas?
1
vote
0answers
14 views

Digital Signature for Geocoding API

We have purchased the google maps license and wanted to use the Gecoding API web service to generate the Lat and Long for the given address. I would like to know do i need to generate the Private key ...
1
vote
0answers
35 views

Geopy Error with Reverse Geocoding

I am using Geopy. I get follwoing error for the code. I have using the same code as on https://code.google.com/p/geopy/wiki/ReverseGeocoding from geopy import geocoders g = geocoders.GeoNames() ...
1
vote
0answers
103 views

iOS reverse geocoding issue not returning value for placemark.locality

I encountered a very odd issue when I use CLGeocoder to get current city name. The place I'm using to verify this is Cupertino. I am 100% sure it's not a coverage issue. The NSLog printed the ...
1
vote
0answers
75 views

How to configure WFS layer with openlayer in PHP wampserver with Windows

<script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"> </script> <script type="text/javascript"> function init() { var map = new OpenLayers.Map ("map", { ...
1
vote
0answers
47 views

Location into an address

I'm using the following code in order to convert a Location into an address(String). It's working fine but sometimes the returned string is a city-level for example: "Israel, Tel Aviv". That's pretty ...
1
vote
0answers
43 views

looking for geocoding API with “near” functionality

I am trying to find a way of geocoding addresses where I know the addresses are near a certain city/state, but I am not sure if I am giving the correct city. Google Maps seems to handle these queries ...
1
vote
0answers
86 views

Batch Geocoding Places

Is there a batch geocoding tool, similar to BatchGeo.com or GPSVisualizer.com, that can accurately locate place names (possibly one that uses Google Places API)? I'm finding that the Google and ...
1
vote
0answers
253 views

Database Mapping World Cities to Metropolitan Statistical Areas (and non-US MSA equivalents)

My problem is that I have a file with thousands of cities and I want to map city names to (Metropolitan Statistical Areas and the MSA equivalent for non-US cities. There have been a bunch of posts ...
1
vote
0answers
98 views

Offset Lat Lon coordinate by some meter in driving direction and to side

I would like to offset a coordinate (Lat/Lon) by a small amount of meters ( 1 - 2 meters ) to the back of a driving vehicle and to the right. It has to be really exact! I found a function that seems ...
1
vote
0answers
148 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 ...
1
vote
0answers
157 views

Geocoding in android returns null value

i am doing geocoding in android get location from edittext and convert it into lat long and display on map but my address variable and list and has null values my address is like beauty Box A-9/1 my ...
1
vote
0answers
103 views

Reverse Geocoding class method

The following class method obviously returns null value due to the fact that executes asynchronously the geocodeAddressString block. What is the best practice that could make this work through GCD? ...
1
vote
0answers
189 views

Rails inner join combined with geocoding gem

I have 2 related rails models class Location < ActiveRecord::Base has_many :rates geocoded_by .... end class Rate < ActiveRecord::Base belongs_to :location end I am using the geocoder ...
1
vote
0answers
177 views

Yahoo Placefinder API - city returns neighborhood, which it shouldn't

I want to use the Yahoo Placefinder API for user registration for city input (auto suggest). Based on the documentation I can to the following GET request: ...
1
vote
0answers
31 views

ABPersonViewController not locating address on map

Any ideas as to why presenting an ABPersonViewController with its delegate won't locate an address of a selected person on the map? Currently, the app just quits to Maps and stays there zoomed out. ...
1
vote
0answers
64 views

Is it guaranteed to get name in placemark after geocoding is successful?

So if I typed address of a business, (so it's forward geocoding) will I surely get the name of business in placemark? when I tried some addresses such as apple headquarter, I got the name in ...
1
vote
0answers
482 views

Getting a place object for user's location using twitter4j

Twitter provides an API for getting a place object for any given location. As per twitter API documentation at https://dev.twitter.com/docs/api/1/get/geo/search : "Given a latitude and a longitude ...
1
vote
0answers
387 views

How to lookup nearest location (Latitude / Longitude) in a join query

I have a table with a list of users, which looks something like; Users.. ( id, username, lat, long ) I have a location table which looks like this: Locations.. ( id, name, lat, lng, ...
1
vote
0answers
129 views

Geocode intersecting streets using geocoding webservice api

Hi from sunny South Africa We are using the Google Geocode Webservices API to obtain lat/long for street addresses. This works perfectly well using a single street. Is there a way to specify a second ...
1
vote
0answers
294 views

Google maps web services/JavaScript API - problems with the bounding boxes

I need to get a decent bounding box for any given city. As of now, I know of no way to do it, but through the google maps API geocode function. However, there are problems. For instance, consider Abu ...
1
vote
0answers
96 views

Getting location type by coordinates

I have a problem, that i need to get location type by coordinates. Simple scenario would be this: 1) Getting coordinates 2) Getting location type By saying "location type" i mean if it is road, ...
1
vote
0answers
93 views

Google Geocoder ignores country in searched address

This is the issue: a user chooses a hotel name, city and country, and that location is found using Google Places so that a marker can be added to a Google Map. City and country are concatenated into ...
1
vote
0answers
219 views

Overlaying Google-Defined Localities into Google Maps

I am a Massive n00b with this so please forgive my terrible ignorance. I'm trying to work out how to do what may sound simple in placing an overlay over some Australian suburbs on a Google Map on a ...
1
vote
0answers
351 views

Geocoder returns nil for ip-addresses?

I am working in ruby on rails. Rails version 3.1.1. I have been using Geocoder gem to geocode locations based on street addresses and it is working just fine. Now I have been trying to use my visitors ...
1
vote
0answers
393 views

How can i implement an offline geocoder for a single city using OSm data in android?

I am trying to develop an offline android map that makes use of OSM map tiles of a particular zoom level, For this purpose i used an open source library : Osmdroid Now, i m looking into the ...
1
vote
0answers
435 views

GoogleMaps on Android using Google API 2.3.3 Level 10, finding by address

Im trying to display the address from an EditText using geoCoder and also it would be able editable to click on the finder button and update the googlemap display on the top of the screen, this is my ...
1
vote
0answers
347 views

could not connect to the internet

I'm using CLLocationManager to determine the current location and i'm using maps.google.com for reverse geocoding. Whenever I switch from wifi to 3g network and try to run my app which gets the ...
1
vote
0answers
168 views

Geocoding large dataset for use in iPhone application

Problem: I have a large sqlite database of roughly 500000 US addresses that I include in my iPhone application. I want to show the closest 10 to a given location as MKAnnotations on a MKMapView. ...
1
vote
0answers
250 views

How to change the look of the maps.google api?

Is it possible to use the google.maps api and alter the style and look of the map without changing the size so you can use geocoding to find the location of certain things? We want to be able to ...
1
vote
0answers
312 views

How do I specify the county in OpenStreetMaps Nominatim API?

I am trying to geocode based on imperfect address data using OpenStreetMap. This generally works pretty well. However, one thing I cannot seem to figure out is how to specify the county name in the ...
1
vote
0answers
692 views

PHP Google Maps Geocoding XML load issue

This is really weird and has me baffled. I have a PHP script that collects data from an address input form, formats it for the googlemaps geocoding service, and then loads the xml this service returns ...
1
vote
0answers
492 views

How does Facebook perform Geocoding?

I'm working on an application on Android that creates events on facebook. I am facing a strange problem and I could use some help. Facebook's API at ...
1
vote
0answers
428 views

How to properly pass address to google geocoding service

I'm getting some problems trying Google Geocoding service when using special characters like "º" or letters with accents. Whenever I try something like: "barcelona, nº 10" I get 0 results. But ...
0
votes
0answers
27 views

How to allow a location to be selected by the user (not the current location)?

I've looked everywhere and can't find anything on this, which makes me suspect it might be self-evident so my apologies if that is so. However, I want to create the functionality whereby a user can ...
0
votes
0answers
31 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
11 views

Geocache on click event without map

I'm working on a MVC asp.net project. On page #1 I need to post long and lat coordinates (the user's address) so the server can return the proper information to be displayed on page #2's google map. ...
0
votes
0answers
15 views

How to obtain a region polygon from Google Places Autocomplete

I am trying to use google places autocomplete to search for a place, get its polygon region from mapques/nominatim and render the result in google maps. Here is where I am having difficulties: ...
0
votes
0answers
12 views

matlab overlaying streamslice to map

I'm trying to create radial wind map with Matlab. But I cant overlay wind streamline to already my radial wind map. This is the code i use to generate my map. figure('Color','w'); [lonng ...
0
votes
0answers
20 views

Blank screen Google Maps API V3

As title say, i just have blank screen when trying to add the geocoding Function to my Map. If i leave the map alone with the marker it works fine. But in the moment i add the geocode Function it just ...
0
votes
0answers
40 views

Getting addresses and postcode from Geocoding & GoogleAPI result but only need the postcode

I'm getting a complete address for instance, if I type SO12 into the search box, it returns the full postcode, and UNITED Kingdom. How do I strip it to show just the postcode and not address & ...
0
votes
0answers
18 views

geocoding an intersection is yielding results transit stations but not of type “intersection”

I'm having an issue with programmatically intelligible/distinguishable results from the geocoding api. I'm submitting an intersection, but the results are typed as though they are from the places ...
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
31 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 ...

1 2 3 4 5 7