0
votes
1answer
22 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
33 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
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
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
1answer
41 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
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
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) ...
0
votes
0answers
112 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
votes
0answers
25 views

Finding proper zoom for city ,when I already have have lat & long

I have one requirement where i have to show city on the map. Lattitude & Longitude i am getting from database(I do not want to make call to Geocoder again to get viewport or bounds). How can i set ...
0
votes
1answer
90 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
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
1answer
47 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
118 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
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 ...
0
votes
3answers
58 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
150 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
125 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
559 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
350 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
406 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
312 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 ...
6
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
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
78 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
59 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
26 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
18 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
826 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
532 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
89 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
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 ...
0
votes
1answer
136 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
55 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
28 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
101 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
92 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
102 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
vote
1answer
82 views

Gmap API results differents from website

I'm using Gmap to Geocode some address in my application. It's working very well except for one address : 3311 ESPERANZA CROSSING, Austin, United States. When I try via the Gmap client or via the ...
1
vote
2answers
170 views

Accessing array from outside of geocode loop

I have managed to geocode upto 10 address and add a marker to the map but I need to access the geocode results outside of the geocode (codeAddress) function. I thought I could push the results to a ...
0
votes
1answer
45 views

The Google Geocoding API Cant find place

I am trying to find Martyr's Cemetery in Tirana, Albania http://maps.googleapis.com/maps/api/geocode/json?address=Martyr's%20Cemetery&sensor=false as you can see I getting 2 result from China ...
-1
votes
1answer
78 views

Find address at another activity

I am doing a Google map application. I wrote a funtion to find address. When i wrote code at main activity, it's work. But when i wrote at another activity. It's always force close app. Can you see ...
0
votes
1answer
106 views

Google maps geocoding not returning result

This is a random address I have found doesn't work and yet the address exists fine. "Team Valley Trading Estate, Gateshead, Tyne and Wear NE92 1DG, UK" Can you guys try geocoding that and tell me if ...
0
votes
0answers
91 views

Does Google's Geocoding API return results that are more accurate than Google Maps or the same?

I am thinking about using python or C++ in conjunction with google's geocoding API. Since geocoding is the process of turning street addresses into coordinates, I was wondering how google does this. I ...
0
votes
1answer
216 views

2 Google Maps working with geocoding on same page

I am using Google Maps to geo code an address and populate that information into an input field. I can do this successfully for 1 map, but I need to have 2 maps on my page. Each having their own ...
0
votes
1answer
55 views

Get all company geocodes in specific area

Is it possible to get all the geocodes of a specific company through Google search APIv3? ex. I do a search for 'booster juice, Ontario' and it'll return all of the geocodes for booster juice ...
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
2answers
159 views

Is geocoding limited by only 10 results in Google Maps JS API 3?

I want to use Google Maps' geocoding service and list all locations that fit user's request. According to this documentation page there are static and dynamic services. The first one is what I need ...
0
votes
2answers
70 views

Am I allowed to use another geocoding service with Google Maps?

I'd like to use Google Maps to display the map content, but I need to geocode a large number of locations, about 3000 new locations per day. Unfortunately, the Google geocoding services place a limit ...

1 2 3 4 5 7