1

This issue seems to have started today (2016-08-10) and is still ongoing as of this post. As of yesterday, the places api was returning correct results.

There seem to be 2 locations that are being inserted into api requests for all coordinate requests, these are:

  1. Hรƒยดtel de Ville (Paris) (48.856924,2.3526841)
  2. University of Illinois at Chicago Hospita (Chicago) (41.8696656,-87.6704474)

These places are added to all requests, no matter what coordinates or radius are provided.

Anyone else experiencing this, or is it some setting that I have enabled that is including these places by default?

This is the API in use https://developers.google.com/places/web-service/search

3
  • Faced the same problem since yesterday.....seemed like the results were returned no matter what the query Commented Aug 10, 2016 at 21:02
  • 1
    Bug has been fixed, invalid results are no longer there as of now. Commented Aug 12, 2016 at 9:19
  • 1
    Just to close the loop- this was tracked as: code.google.com/p/gmaps-api-issues/issues/detail?id=10283 Commented Aug 19, 2016 at 12:33

1 Answer 1

1

This looks like a bug, the same results came back from a request near the origin: https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-0.75,-0.75&radius=100&key=YOUR_API_KEY

Please file a bug in the Google Maps API issue tracker: https://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Bug

1
  • Thanks for confirming. Bug submitted. Commented Aug 10, 2016 at 12:00

Your Answer

By clicking โ€œPost Your Answerโ€, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.