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
1 answer

How to use an alert dialog to search for an address in google maps api v2?

I've made an AlertDialog with an EditText, and I want that when the user clicks on 'Buscar' (positiveButton) the map shows a Marker in the address entered on the AlertDialog. So I think I need to pass the data from this EditText to the MapFragment…
0
votes
1 answer

parse single line from XML URL in php

I have a xml URL where I want to parse a single line. But my script cant even read the XML url. I looked at the answer given at PHP parsing XML from URL but I still get 3 errors at the file_get_contents() command. There is no error with some other…
user30058
  • 167
  • 1
  • 8
0
votes
0 answers

Difficulty in retrieving the tweets with geocode(lat&long) & plotting it in map.

I've some difficulty in attaining the below. If you've any idea to recover from this problem, would be much helpful. The major problem now I'm facing is that Twitter search API retrieves only very very limited tweets with geocode(lat,long) enabled.…
Solomon AathiRaj
  • 119
  • 1
  • 10
0
votes
1 answer

Geocoding with address - over_query_limit issue

I m using google maps API to create markers on the map. I am creating a regular marker based on lat/lng. If that is missing, I am relying on the physical address and geocoding it. If I have more than 50 addresses, I am running into OVER_QUERY_LIMIT…
Mustang
  • 604
  • 2
  • 13
  • 32
0
votes
1 answer

Faceting by geolocation in Elasticsearch (clustering)

I have a project that enables users to search for POIs using Elasticsearch, and they can filter by a number of different attributes, including location. I'd like to add faceting to all of the filters, most of which are categorical variables for…
jdotjdot
  • 16,134
  • 13
  • 66
  • 118
0
votes
1 answer

Access to Google Maps Geocoder

There are geocoder differences between the Google Maps Geocoding API and the Google Maps geocoder. Is there a way to access the Google Maps geocoder rather than that of the Geocoding API? What prompts me to ask this is the fact that the following…
AST
  • 211
  • 6
  • 18
0
votes
1 answer

google map api is not able to find zipcode 22222

I saw zipcode 22222 is for Arlington, VA in United States but when search this from Google Map api it doesn't show me country name United States http://maps.googleapis.com/maps/api/geocode/json?address=22222 Please let me know what I am doing wrong…
0
votes
0 answers

geocoder returns timeout error

I have created a function that returns my geographical coordinates by getting real address. Until today code worked fine, but since morning I'm getting the following exception: Timed out waiting for response from server This is my function: …
Matan Tubul
  • 774
  • 3
  • 11
  • 33
0
votes
1 answer

SnappyGuide Location API - Geojson

Does SnappyGuide Location APIs provide support for Geojson? i am planning to show them in maps? Eg: http://api.snappyguide.com:4080/user/places/geocode?location=37.3215138883855,-122.000224407319&content_type=subunit I do not see any reference to…
Matt
  • 3
  • 4
0
votes
1 answer

GMLib Delphi, Trying to create a proof of concept application, Map, GeoCode, Markers

I have the basic part of the app/map working/displaying. But when I try to geocode multiple addresses and then display the markers, it only shows me the last address. Only the last address will show on the map. GMGeoCode1.Geocode('address 1…
user3745651
  • 21
  • 1
  • 3
0
votes
3 answers

Need to display U.S. metro areas on a map

I need to display U.S. metro areas on a map and overlay some other data on the map. I have google searched for the metro data but I can't seem to find any good sources. I was hoping to find data that I could use to display polygons of each metro…
Eric
  • 958
  • 1
  • 11
  • 28
0
votes
1 answer

getting no response from php google geocode rest api request

I'm getting no response and no errors from this php code. Does anyone know what I'm doing wrong, please? It seems straightforward: php: $details_url =…
LauraNMS
  • 2,720
  • 7
  • 39
  • 73
0
votes
1 answer

MapView crashes with setting to delegate

I am setting my map view to delegate yet so I can place an annotation callout on my pin, but I have a geocode that does something else only when a button is clicked. When I set the map view to delegate and I try to place a pin it crashes. How can I…
BOB
  • 105
  • 1
  • 7
0
votes
1 answer

CREATE FUNCTION for "Geocode" failed because T-SQL and CLR types for return value do not match

I am trying to geocode addressed from a table and found a good example here: How to store geocoded address information into the database or this code using System.Net; using System.Runtime.Serialization; using…
0
votes
1 answer

Graphhopper geocode not initialized by osm.pbf

i have set up a graphhopper server, it work perfectly. direction http api working well. but geocode API not found anything. i use a docker container : https://hub.docker.com/r/sogorkis/graphhopper/ initialized with an osm.pbf file. that's sounds…
harksin
  • 235
  • 2
  • 11