I'm trying to search for a location, using an existing google PlaceId.
It is referenced in the documentation to pass the param: google_place_id: true
require 'geocoder'
Geocoder.search("ChIJLU7jZClu5kcR4PcOOO6p3I0", params: {google_place_id: true})
https://github.com/alexreisner/geocoder#google-google
However only empty arrays are getting returned from the search.