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.
0
votes
1answer
25 views
How to plot contours on a map with ggplot2 when data is on an irregular grid?
Sorry for the wall of text, but I explain the question, include the data, and provide some code :)
QUESTION:
I have some climate data that I want to plot using R. I am working with data that is on ...
0
votes
1answer
26 views
Google maps works locally, on production it's not centered and positions are wrong
I'm experiencing a peculiar problem using google maps.
I've set up a "search nearest place" feature, using a list of shops (with latitude and longitude) saved in my DB. When user posts it's address I ...
1
vote
0answers
20 views
google maps ios sdk geocoding query returns only 1 result
I have integrated google maps sdk for ios in my application.
I am trying to implement the functionality where user can search for a location by address.
When the query is not specific enough , the ...
0
votes
1answer
37 views
How to get Indian postal pincode using google map's lat & long?
I am making an app which will take user's current location or his customized map marker to find out lat & long and then using those values I would like to know pincode(zipcode) of that area so ...
0
votes
1answer
12 views
House number parameter in cloudmade doesn't work
I've problem with the house Parameter of the cloudmade geocoding API.
i.e. I'am looking for house number 10 in the German City Gießen:
...
0
votes
1answer
19 views
Geocoding doesn't work now V3 is in play
I have a internal site which uses php to look through my msql customer database. Find any customers which do not have lat and lng fields filled in. Grab the postcodes and geocode them posting the lat ...
0
votes
1answer
33 views
Geocoder.getFromLocationName() throws “Service not available” exception on Android 4.1
The method Geocoder.getFromLocationName() throws the exception "Service not available" on Android 4.1, even if GooglePlayServicesUtil.isGooglePlayServicesAvailable() returns SUCCESS and ...
-1
votes
0answers
19 views
Reverse Geocoding [closed]
I am trying to do a batch geocoding like Batch Geocoding, however I have implemented something similar and I usually get a over due query limit, my function is
function codeLatLng() {
if ...
-1
votes
0answers
29 views
How to check and hide conflict between 2 pins in google maps
I am using google maps api to show some items (pins) on the map .. but as you may know when the user zoom out some of the pins seem to be too much close to each other and they look messy.
Is there is ...
0
votes
0answers
33 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 ...
1
vote
1answer
31 views
RoR: Check for a location within a radius of the other location, using google maps api
I am using google maps fo rails gem https://github.com/apneadiving/Google-Maps-for-Rails/ . I am trying to find out a way through which I can see if a location is inside the map circle. For instance
...
0
votes
0answers
45 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
1answer
14 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
3answers
39 views
Easy way to get the LON LAT of a list of cities
I have a list of cities in CSV format which I need to longitude and latitude for.
This is my CSV
GeoSearchString,Title
"New York", "Manhatten"
"Infinite Loop 1, San Francisco", "Apple Headquarter"
...
0
votes
0answers
27 views
Does MongoDB support GIS geofencing with $geoWithin?
I would like to have a MongoDB collection and each document contains a geospatial polygon defined by latitude/longitude points (in GeoJSON). Then, I would like to take any given longitude/latitude ...
0
votes
0answers
22 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:
...
-2
votes
0answers
29 views
geocoding addresses from DB [closed]
I found this script for getting the latitude and longitude of an address but don't know how to echo the results. Can someone help?
<?php
function toCoordinates($address)
{
$bad = array(
" " ...
1
vote
3answers
45 views
iphone google geocoding request failed
I want to use google geo coding to find a list of place's latitude longitude with name, I have no experience of using this in iphone, but in android it is to just call the url. but when i try the same ...
0
votes
1answer
50 views
JavaScript - Global variable showing as undefined
There are so many threads about this topic but I still haven't been able to find a suitable answer for my case...
Here is what I'm trying to do:
1) define a function to get geocodes with Google Maps ...
0
votes
2answers
27 views
Populating javascript array with async geocode function
So, I'm parsing information and querying geocode with multiple addresses. I'm not entirely sure what's the best way of doing it. So here's what I'm trying to do.
for($j = 0; $j < $rawArray.length; ...
0
votes
0answers
17 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
2answers
38 views
Google Map Geocoding - Geocode on autosuggest click
I am trying to optimize my geocoding script not that it actually works and I was wondering if it possible to actually initiate the geocode when a user selects an autosuggestion from the drop down.
...
0
votes
0answers
27 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 ...
1
vote
1answer
96 views
How to run angularjs ajax request in loop but with delay?
I need to run 20-200 ajax requests in loop but to do not hurt google.maps.Geocoder I want to set delay 10 sec between each call. However ajax request is asynchronous therefore I call next ajax request ...
0
votes
1answer
42 views
How to check if a map address is valid when using addMarker()?
I add a marker to a static map, placed to my google sites as a 'Google apps script'-gadget, via a textbox in the UI. The code I use is:
map.addMarker('isThisAValidAddress');
How can I check in the ...
-1
votes
0answers
36 views
fetch street , city , country , zip from google map marker.. Geo coding and Reverse Geo coding
I'm trying to use the Geo Coder and Reverse geocoder in same form. the Geo coding is working. i don't how to reverse the process.
so the user has a marker, he moves this marker and the street,city,
...
0
votes
0answers
50 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 & ...
-1
votes
0answers
53 views
Google Maps. Multiple Lines and Markers
I'm using Google maps with PHP and mysql to select a list of locations from my database, placing them on my map and creating a line. I want to have a line from an origin to a destination address.
The ...
-1
votes
2answers
30 views
Library or API for map display in Java [closed]
I'm currently developing a software in java in which I need to display a map of the world and points (with latitude and longitude) that will probably move.
I'm wondering what is the best API or ...
0
votes
0answers
23 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
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
1answer
42 views
getting direction from latitude and longitude
I have calculated the distance between two latitude and longitudes using the Haversine formula,but how can I know the direction to which I should move.
for example : the distance of a hotel is 10 m ...
-2
votes
1answer
68 views
JSON Geocoding for iOS - parse latitude/longitude to address
I am trying to create an autocomplete addresses suggestion using JSON.
The problem that I am facing is that I can get the latitude and longitude from a the user types on the UISearchDisplay. However I ...
1
vote
1answer
36 views
Emit links between 2 doc's geopositions with CouchDB+GeoCouch
I have a CouchDB where each document represents a point on a map. Furthermore, each doc has a list of ids and each of those ids represents a target for a link on the map. I wonder if it's possible to ...
1
vote
0answers
15 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
36 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()
...
0
votes
1answer
61 views
Reverse Geocoding to get Location details
I have longitude and latitude data. I need to reverse geocode to get city, state, country data separately.
I have checked google service.
Google provides complete address to a micro level. ...
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();
...
0
votes
0answers
24 views
Switching from GPS_Provider & Network _Provider in android
I'm working on GPS based application that gets the address based on GPS provider but sometimes it doesn't work due to lack of signal like as at underground parking or similar places. So in such ...
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
0answers
27 views
google-geocoding response has empty types array for result and address_component. expect “premise”
Recently my code received a result that included a single geocode result, but which had an empty "types" array for both the result and the address_component for a building.
After reading the ...
0
votes
0answers
116 views
google maps api: set marker -> display address
This is my very first question and I'm quite new to everything in programming. I've recently started picking up on the php/mysql. I thought I'd spice up this project with a simple google maps feature.
...
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 ...
0
votes
1answer
74 views
Convert addresses into coordinate
How do I convert a large number of addresses (with street address, city and street number) in coordinates (latitude and longitude)?
... without having to do one at a time? Is there any script?
1
vote
1answer
38 views
Zip-Centroid geo-coding: is there a zip+4 centroid
There is geo-coding by zip-code centroid, but is there a zip+4 centroid which would be more granular yet not quite street-address granularity?
0
votes
1answer
169 views
Javascript google maps api enter address show locations
My application currently finds the nearest ski areas, based on the latitude and longitude that is hardcoded in. I would like to be able to type in an address and convert that address into the latitude ...
0
votes
0answers
46 views
Search landmarks of a place using latitude and longitude in Rails 3
I made a Rails app to find the latitude and longitude of a computer from its IP address.
Can i search for the landmarks like Hotels,Cinemas,etc from the latitude and longitude using geocoder? If ...
0
votes
0answers
12 views
SVGeocoder (Google API): Local Search
I'm using SVGeocoder, which uses Google API.
[SVGeocoder geocode:searchBar.text
completion:^(NSArray *placemarks, NSHTTPURLResponse *urlResponse, NSError *error)
When I type ...
0
votes
0answers
26 views
iO6 CLGeocoder: Always returns only ONE object
In the code below, I always get only one Object back from geocode NSArray *placemarks. I do an NSLog it always shows up as one Object. No matter what I type in the searchBar.
I'm testing it on my ...




