2

I am Currently Working in Geocoding process based on google API service.Today my superior asked a question how does Google exactly query a POI(Place Of Interest) if it is latitude and Longitude is passed.Can anyone help me in answering this?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Arun
  • 1,462
  • 6
  • 21
  • 37
  • Are you asking how geocoding works in general, or details of how the Google geocoding implementation works? – BradHards Sep 06 '13 at 07:23
  • @BradHards Google geocoding implementation works? – Arun Sep 06 '13 at 07:26
  • 1
    This depends on where in the world you are querying, some countries only have city/town level geocoding and others have actual building rooftop accuracy. – Mapperz Sep 06 '13 at 13:33

1 Answers1

2

There is no realistic way that you can provide information to your supervisor (superior has other connotations) on how Google implemented the service behind their geocoding API. Google, in general, is not very forthcoming on technical implementation details for their services, because it represents competitive advantage. Note: this isn't to say that there are not exceptions including open source projects / products, but geocoding is not one of those exceptions.

You can make reasonable assumptions based on other geocoding implementations (see Comparison of geocoding solutions (such as Gisgraphy & PostGIS 2.0) or similar questions on this site), and looking at some of the more recent / aggressive projects such as CLAVIN might also provide insight. However these are assumptions, not facts.

BradHards
  • 12,881
  • 2
  • 37
  • 70