Reputation: 2887
I am able get the google places details (https://maps.googleapis.com/maps/api/place/details/) when using the reference param (but google mentions its deprecated in favor of the placeid). The placeid works most of the time, but i am receiving a not_found for several addresses but when i use the location's reference it returns the details results. What might be the cause of this?
If you search this address:
Yields these values:
placeId = ChIJS_x5PqPBD4gR5m0bMzpdVcQ
reference = ClRJAAAALe7t0O_-a2GP1AbuAFfAydAbxZO4ImyIxFm_btA6YhwEtcSLENlDsdJnx7TG1qZ4RbIP0DTWq5Ye5iIaEwnY_sFE02NwcnVFZasRr_5yID8SEJ94zzKeL_QKZsRt1OgUpNoaFLgO6RqiGV3AX4wDexTwPvxWILWT
Using place_id returns "Not Found" with the place/details call, but using the reference returns the details. What gives?
Upvotes: 0
Views: 853