-2
votes
0answers
32 views

Geocoding url construction

When I'm trying to search an adress (i.e. "Lisbon"), the geocoder generates ...
-1
votes
0answers
22 views

Comparizon of GeoCoding using MapQuest, Google and Cloud Made

I have created a utility to help compare Map Quest, Cloud Made and Google Geocoding. Please find the below link to access the utility: http://ankit-zalani.appspot.com/GeoCode/index.jsp
0
votes
0answers
19 views

Incorrect geocoding for a specific address in googleMap API v3

I have an error with a specific address in the googleMaps API v3. I've verified that the address is correct before being geocoded but the lat/long I get is incorrect. Here is the load function with ...
0
votes
1answer
26 views

Google Maps API - Two geocoding services inside one map

I try to employ two geocoding services inside one map (1 for draggable marker and 1 for simple geocoding by textbox) but I do not have any result (marker) display for simple geocoding by textbox ...
0
votes
2answers
21 views

Location not found with Google Maps API

I have an address that is a valid address according to the USPS... 1606 ULSTER AVE, LAKE KATRINE, NY 12449 Searching Google Maps for this address in my browser yields the proper results. ...
0
votes
0answers
37 views

Google Maps Geocoding - US State Marker Location

I have been running some geocodes on US States and was wondering if there was a logical pattern to what Google returns as the <location> element (shown by the markers below). If you take a look ...
0
votes
1answer
50 views

How to reverse geocode from city to zipcode using Google Maps API v3 [duplicate]

I am trying to figure out an easy/free way to reverse geocode from city name to zipcode using the google maps v3 api. Example using Seattle ...
0
votes
0answers
24 views

Geocoding google map string format for colombia addresses?

I'm trying to get the latitude and longitude from a colombian address but the result is not exactly, anyone knows what is the format for using geocoding for my country (Colombia). The colombian ...
0
votes
1answer
29 views

XML from Geocode Api Can't be Converted to XML by AS3

AS3 code, badly written, I need to retrieve XML data from Google Maps Api and retrieve nodes/strings from it. Doesn't happen. I need to use the XML Data as a variable value, to then get the children ...
-1
votes
1answer
29 views

Google Geocoding API region parameter

In the google geocoding API, what are the regions that are supported by google? region is a parameter passed in the URL which takes a ccTLD value.
0
votes
1answer
30 views

Estimating the radius of a location using google maps

I am using google maps API to get coordinates from a typed location. What I was also hoping to do was get the radius of the place, possibly using "bounds". For example, if I geocode "England" it ...
0
votes
1answer
25 views

Geocoding on the fly vs database lookup

I'm starting a new rails project that integrates closely with Google Maps. When a user searches for a city, I'm trying to decide whether to geocode the address on the fly (using Google's Geocoding ...
0
votes
0answers
33 views

how to geocode gmaps and cms php input

I have my own CMS that users can enter in coordinates (lat and long) for the gmaps.js plugin which then shows up the location and the marker for the lat and lng coordinates the user entered. I'd like ...
0
votes
2answers
49 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 ...
0
votes
1answer
116 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 ...
-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 ...
1
vote
1answer
45 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
2answers
64 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
1answer
52 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
vote
2answers
70 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) ...
0
votes
0answers
218 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. ...
0
votes
1answer
113 views

Using Google Maps with Natural Earth Data Set in Fusion Tables

I am trying to create a plugin for wordpress that simply takes an array of Country Names entered in post or page creation (Much like tags), and generates a map using the Google Maps APIv3 with all of ...
0
votes
2answers
60 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
1answer
62 views

how can we find distance duration(time) with google geocode api?

How can we find distance duration(time) & distance between any of the world's two cities with google geocode api? If I want to find the distance duration(driving time) between 2 geocode then how ...
0
votes
0answers
124 views

Adding Javascript variables into a MySql database on form submit

I've got an application which makes use of the Google Maps Places Library. At the minute users can search for a start and end point using this library, click on one of the Autocomplete results and a ...
0
votes
0answers
142 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 ...
0
votes
3answers
59 views

array with a for in JavaScript not change every var :-/

Hi I have some trouble with an array with a for in JavaScript. Let's have a look: var Villes = [ ['Versailles+France', 'upr2.png'], ['Paris+France', 'upr5.png'], ['Bruxelle+Belgique', ...
1
vote
1answer
250 views

Google places API - How to get regions of a country?

I've looked again and again on the site for this simple question and didn't find an answer I think it is very generic need Let's say that you have two drop down lists One you want to populate with a ...
0
votes
1answer
143 views

Google Location Search API Terms Of Usage [closed]

I am using Google API for location search for my mobile application. Here am using HTTP GET method to retrieve place details that matches with my search key. I am able to get response with out passing ...
0
votes
1answer
689 views

JSON status code 610

I was obtaining the street, city and country details by passing the latitde and longitude values to the following URL: http://maps.google.com/maps/geo?q="+la+","+lo;. However, this has suddenly ...
0
votes
1answer
420 views

Request Latitude Longitude - G_GEO_BAD_KEY [duplicate]

I have a script in PHP to get Latitude and Longitude of an address. I never used an API KEY, but the code always worked. Weeks ago, it stopped to work So, I get an API Key. However, isn't working. ...
-2
votes
1answer
543 views

Google API key just stopped working

Today I started getting the 'invalid api key' error from Google, after years of the code working just fine. Started today. Example: This does NOT work: ...
2
votes
1answer
487 views

Google Maps get LatLng value

I am using the Autocomplete method to get Place Suggestions and when i click the Place i want to choose i want to extract the Lat and Lng which is placed under place.geometry.location as below. As ...
7
votes
2answers
4k views

Google Geocoding v2 API stopped working suddenly

The Geocoding v2 API stopped unexpectedly. e.g. http://maps.google.com/maps/geo?q=27703&output=json&key=AIzaSyBVr3n3IVZzakGvtIWeRaJEXsC63JHZ0w8 I'm not able to get lat,long from the API. ...
1
vote
1answer
126 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
99 views

Difference between viewport and bounds in google geocoding

What the difference between viewport and bounds rects in google geocoding api? For big countries (USA, Russia) viewport differs from bounds (sample request for Canada: ...
1
vote
1answer
67 views

Grab first address segment from google map

Ideally using the Google API and not a Javascript hack to grab everything before the comma, I was wondering if it is possible to grab the first bit of the address in a box. This is the code I'm using: ...
0
votes
1answer
27 views

Why is a portion of the address missing with my geocoding call?

Passing the google geocoder the postal code: W11 2BQ I would expect to see England as part of the returned address but this isn't the case. Am I missing the obvious? Here is the call: ...
0
votes
0answers
19 views

How to find which counties are visible on a zoomed map

I want to be able to work out which counties are visible on a map of the UK depending on the area the user has chosen to display. I can find the county in the centre from the lat/long but because of ...
0
votes
4answers
1k 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 = ...
0
votes
1answer
620 views

Search location using geocode API in google maps

I would like to acheive the exact same result rendered from a google maps url ...
1
vote
0answers
103 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 ...
0
votes
0answers
125 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
203 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 ...
0
votes
1answer
144 views

Why does Google GeoCoding only sometimes return the postal code?

If I pass my GeoCoding call only a city and state it fails to return the postal code. Any idea why? Here is my call: var test = 'New York, NY'; var geocoder = new google.maps.Geocoder(); ...
0
votes
2answers
56 views

Is there a way to determine a visitors country from the client?

I'm using google maps and the geocoding API to retrieve a users lat/lng after they enter a zip/postal code but I want to limit the zip/postal codes to that users country so I don't end up with ...
0
votes
1answer
30 views

is jsonp possible in google map

I want to know is JSON padding 'jsonp' works in Google map API ? In an application i have to implement google map by replacing bing map(already developed). In below url bing uses jsonp to respond back ...
0
votes
1answer
117 views

geocoder internet explorer issue

Hello everyone, i'm trying to use the google map API to display some adresses on my website. The problem is that doesn't work on IE...my code is like this : function displayAdress (address) { ...
0
votes
2answers
101 views

Search like function Mapview

This is my project in where you click a name of a hospital in a list view and will display in the next activity the details and below the details is the mapview. My project crashes and i got this ...
0
votes
1answer
112 views

GeocoderTask error

I am trying to follow some projects about geocoder and integrate it into my project. I am getting a redline under execute in the line new GeocoderTask().execute(hosname); but the existing project ...

1 2 3 4 5 7