Questions tagged [geocode]

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

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


Useful links


Related tags

756 questions
0
votes
2 answers

multiple marker with Google Maps API V3 using postcode geocode

I'm currently trying to make a multiple marker google map on my webpage but trying to get the locations of each marker from the postcode. I have found code for the markers and code for the postcode geocode but I cant seem to find a way to stick them…
0
votes
1 answer

Match Zipcode Database to Address

I have a spreadsheet full of physical US addresses that include zip codes. I also a database of the estimated lat/long of all zipcodes in the US which can be found here: http://www.boutell.com/zipcodes/ I am looking for a VBA Solution to match…
0
votes
1 answer

Geocoder search by miles and address

I'm following this example http://asciicasts.com/episodes/273-geocoder for geocoding. Anyone got any idea how can i pass miles dynamically instead of giving static nearby 10 miles? So it will have two search boxes one for entering miles another for…
Ray
  • 349
  • 1
  • 13
0
votes
1 answer

How to create polygon based on user input of a place

Basically I want to create a polygon based on user search of a place. For example, if a user searches (Sector 56, Gurgaon) then how can I get the polygon coordinates for the users search. Example, there is this site…
user2129794
  • 2,388
  • 8
  • 33
  • 51
0
votes
2 answers

Google maps Geocoder and Marker not working

I'm trying to take an address in a for loop and get the latitude and longitude of that address and create a marker with the lat/long values. I have the address converting to lat/long but I cannot get the "new Marker" to take the values. Any…
0
votes
1 answer

unable to get administrative_level_1 information for border areas in india

Using the google geocode API I am unable to get administrative_level_1(state) information for location on border of India (Kashmir, Arunachal Pradesh, ...). Can anyone help me with this?
0
votes
1 answer

geocode don't show subpremise address Brazil

how to collect room number information on a building in the google geocode? in my search don't show. SUBPREMISE example address: rua joao samaha 1385, sala 403 bl 02 sao joao batista, belo horizonte, MG,…
0
votes
0 answers

Geocode don't work properly on a server

I'm working on an web service in php, the service can invoke from a client who ask some latitude and longitude the service via query get the address from a database and use the google…
Bestbug
  • 475
  • 4
  • 13
0
votes
1 answer

Rails. Applying conditional code to a after validation callback: geocode on the city or ip address depending on whats availlable

I have the following code in my User model. geocoded_by :city after_validation :geocode, if: ->(user){ user.city.present? and user.city_changed? } Initially the user does not have to input their city so these users will not be geocoded. Is…
GhostRider
  • 2,109
  • 7
  • 35
  • 53
0
votes
0 answers

Python code is not returning the full value of an element in an array

The program is intended to display a map with pins showing the locations of institutions that make use of one of our facilities. The program takes a csv file, reads the postcodes, geocodes them and places the pins on the map. The size of the pins is…
0
votes
1 answer

Google Maps Geocoder: Reference Position for Plain Location Names

I'm using the google maps api for geocoding addresses. If I geocode a plain location name (e.g. Munich) the api returns corresponding latitude and longitude. To which position do these coordinates refer to? Is it the (geographical) center of the…
Greg
  • 365
  • 1
  • 3
  • 12
0
votes
1 answer

How to get geocode change listener Yandex mapkit android?

i used yandex mapkit try to get accurate latlng but it ploted accurately but not get listener failed i used the link https://github.com/yandexmobile/yandexmapkit-android/blob/master/yandexmapkit-sample/src/ru/mapkittest/geocode/OverlayGeoCode.java…
sabeer
  • 603
  • 10
  • 28
0
votes
2 answers

How to get country name using geocode?

I want to use geocode to get current country name where the site is loaded. I have to store country name in session. Also have a JavaScript to find out country name but I used jsp pages so it won't allow to store JavaScript variable in JSP session.…
Sonal Patil
  • 217
  • 1
  • 6
  • 16
0
votes
1 answer

Swift Reverse Geocoding using the Data

I am successfully getting the current address details based on my location. It printlns perfectly. What is throwing me is how I extract the data from this call. I have tried passing, say the ZIP/Postcode, as local and even global variables but with…
Edward Hasted
  • 3,201
  • 8
  • 30
  • 48
0
votes
1 answer

Gecoder Add seperate values to Database for City State

using the geocoder gem Can someone tell me can i get the City and State to automatically be entered into the database if i add those columns. in the example below i am passing in :cs witch is an address class Location < ActiveRecord::Base …
Big Al Ruby Newbie
  • 834
  • 1
  • 10
  • 30