Note that there are some explanatory texts on larger screens.

plurals
  1. POUnique and static 'Google places' identifier
    primarykey
    data
    text
    <p>By fetching a Google place one gets the following results back: <a href="https://developers.google.com/places/documentation/details" rel="nofollow">https://developers.google.com/places/documentation/details</a></p> <p>Since I later need to update a saved place in my database it would be nice if Google Places would offer an unique and static identifier. I thought I might could use "id" or "reference" for that, unfortunately they are not static and can and do change all the time:</p> <blockquote> <p><strong>id</strong> contains a unique stable identifier denoting this place. This identifier may not be used to retrieve information about this place, but can be used to consolidate data about this Place, and to verify the identity of a Place across separate searches. As ids can occasionally change, it's recommended that the stored id for a Place be compared with the id returned in later Details requests for the same Place, and updated if necessary.</p> </blockquote> <p>So ID cannot be used if I understand the last sentence correctly.</p> <blockquote> <p><strong>reference</strong> contains a token that can be used to query the Details service in future. This token may differ from the reference used in the request to the Details service. It is recommended that stored references for Places be regularly updated. Although this token uniquely identifies the Place, the converse is not true: a Place may have many valid reference tokens.</p> </blockquote> <p>Saving the reference key would allow one to always find the place, but the reference key on a query is never the same. It changes with every query.</p> <p>I'm really not sure how to solve this. Any ideas?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload