Questions tagged [google-geocoder]

The Geocoding API is a service that provides geocoding and reverse geocoding of addresses.

The Geocoding API is a service that provides geocoding and reverse geocoding of addresses.

Geocoding is the process of converting addresses (like a street address) into geographic coordinates (like latitude and longitude), which you can use to place markers on a map, or position the map.

Reverse geocoding is the process of converting geographic coordinates into a human-readable address.

This service is also available as part of the client-side Google Maps JavaScript API, or for server-side use with the Java Client, Python Client, Go Client and Node.js Client for Google Maps Services.

982 questions
-1
votes
1 answer

Reverse Geocoding using Google API - How to get nearby location first?

I'm using Google's Geocoder API to reverse geocode the current nearby location. When I was looking for a place in my country, somehow I will be redirected to another location with the same name in another country? Is it possible to get the location…
alextanhongpin
  • 607
  • 1
  • 8
  • 11
-1
votes
1 answer

How to draw Polyline based on current location dynamically in Android

Hi i am developing a application where i tracks users current location periodically and update the path in Google map by drawing polylines . I am Not sure how to do that. Please Help me Out in this issue.
-1
votes
1 answer

Google auto complete places, Omit country name of users location from predictions

I am using google.maps.places.AutocompleteService(); to get query predictions. Is it possible to omit country name from the predictions list of users location. For eaxmple. if i am in united states, when i search for sanfransisco. It should not show…
-1
votes
2 answers

Android: Geocoder always returns my current address when I pass different locations

I'm trying to fetch the address of the user selected location from the Google maps. For fetching the address I'm using GeoCoder. geoCoder.getFromLocation(location) Always returns my current location address, even when the location…
Kamalakannan J
  • 2,818
  • 3
  • 23
  • 51
-1
votes
1 answer

Problems with javascript return functions

I have this javascript function which geocodes a LatLng object: function geolocate_table(location) { geocoder.geocode({'latLng': location}, function(results, status){ if( status == google.maps.GeocoderStatus.OK){ if(results[0]) { …
Stefano Kira
  • 175
  • 2
  • 3
  • 16
-1
votes
1 answer

Exception When Calling google.map.GeoCoder

I recently started seeing an exception when calling the geocoder when it's called on a certain page. I'm pretty certain that there is something conflicting with the library, but I'm not quite sure what it is. The call is very simple so it's very…
juminoz
  • 3,168
  • 7
  • 35
  • 52
-1
votes
1 answer

Showing dynamic html content/image in Google maps

I'm new to this Google map integration. I have the following code to add marker in Google map. this.map.addMarker(this.createMarker(infoName, new window.google.maps.LatLng(data.MapdataRecord[i].Latitude, data.MapdataRecord[i].Longitude),…
PaRsH
  • 1,320
  • 4
  • 28
  • 56
-1
votes
1 answer

Google geocoder does not work

This is my index.html file - The part i'm having trouble with is getting the geocode function to work. The form and button show up but nothing happens when i press the button at all. First Google Map
user3096351
  • 1
  • 1
  • 2
-1
votes
1 answer

Google Geocoder API not working sometimes

Hello Friends when i run google goecoder api in browser directlly http://maps.googleapis.com/maps/api/geocode/json?latlng=56.130366,-106.346771&sensor=true and other link like…
Harshal Kalavadiya
  • 2,412
  • 4
  • 38
  • 71
-1
votes
1 answer

Prevent Looping Inside Geocoder Google Maps API

I'm using Google Map API. I want to get lat and long with a given address. I did this var geocoder = new google.maps.Geocoder(); geocoder.geocode({ 'address': 'Stockholm' }, function(results, status) { if (status ==…
M Rijalul Kahfi
  • 1,460
  • 3
  • 22
  • 42
-1
votes
1 answer

creating digital signature usining SAS for Google API Geocode

I have key but don't know how can I create digital signatures using SAS. I went through the links provided by google but they show creating digital signatures using other languages. I don't which function/procedure to use in SAS to create digital…
user2704338
  • 89
  • 1
  • 1
  • 9
-1
votes
2 answers

Convert latitude, longitude in to address as a string

Please help me resolve this problem. I want to get address from latitude, longitude in Google Maps. Here is my functions: function codeLatLng() { var geocoder = new google.maps.Geocoder(); var lati =…
Ngo Van
  • 857
  • 1
  • 21
  • 37
-2
votes
1 answer

How do I filter api geocode google maps?

How can I filter the result of geocode API with region or bounds parameters ? Example with filter region: https://maps.googleapis.com/maps/api/geocode/json?address=tokyo®ion=it Why return "Tokyo Japan" if I have filtered with parameter…
chiara
  • 1
-2
votes
1 answer

How to get geocode from json data?

I have json data formated like that in an addresses variable : [{"address":"56 rue de la liberte 33000 bordeaux"},{"address":"38 rue de Paris 92000 Paris"},{"address":"12 rue du petit chat noir 47300 villeneuve sur lot"}] and i have my geocode…
-2
votes
1 answer

Google Geocode API giving Zero Results for a particular pincode

for a pincode 121003 google geocode api is not giving results although the same pincode is being found out on google maps. What could be the possible issue here ?? https://maps.googleapis.com/maps/api/geocode/json?address=121003&key=API_KEY