Google-POI: Decode Google's internal placeID encoding to query data using the placeID #10
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
pipeline/google-poi
Issues related to the google-poi pipeline
pipeline
Issues related to pipelines
Google is using a special encoding in its
pb
query parameter to get the POI data in a structured matrix format.We believe that the id that they use in the
pb
query parameter is the encoded placeID. It might be something else however.If we can decode that, it would be possible to query the POI data directly with a placeID if that is already known. This would make the search string query obsolete.
Here are some examples that can easily be extended by simply getting the specially encoded id over the
/search
route and then getting the Google placeID over the/poi-information
route:Google placeID - pb-encoded placeID
The text was updated successfully, but these errors were encountered: