Currenlty, the response object is only a tiny subset of the Google's Places API Place Result. I'm proposing it be changed to match the API.
Currently
{
"longitude": -118.3237244,
"google_id": "ChIJlZ-BXD-_woARdAhAYpGFdvE",
"name": "Best Western Plus Hollywood Hills Hotel",
"latitude": 34.1054945,
"address": "6141 Franklin Ave, Hollywood, CA 90028, USA"
}
Currenlty, the response object is only a tiny subset of the Google's Places API Place Result. I'm proposing it be changed to match the API.
Currently
Google Places API Compliant Response