javascript - Is there a way to see if two "references" reference the same place in Google Places API? -


from google places documentation

reference contains unique token can use retrieve additional information place in place details request. can store token , use @ time in future refresh cached data place, same token not guaranteed returned given place across different searches.

you can use reference retrieve information place, if place in search in future, won't have same reference. multiple references reference same place. there way test if 2 references stored same place? when store references, it's creating redundancy in database.

i'm afraid distinct feature of place google+ -url returned details-request


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -