Let's give others the option to either use the default behavior of this addon fetching all the details of a location (which is the default behavior) or restrict it to the Place ID only. Subsequently this also allows others to have more control over the cost factor considering reverse geocoding is 10x cheaper than calling the Places API for all these details.
I needed to have more control on what to receive from the Google Places API. I thought this might be worth supporting as an option (like here https://developers.google.com/maps/documentation/javascript/places-autocomplete#get_place_information).
Let's give others the option to either use the default behavior of this addon fetching all the details of a location (which is the default behavior) or restrict it to the Place ID only. Subsequently this also allows others to have more control over the cost factor considering reverse geocoding is 10x cheaper than calling the Places API for all these details.