I need to retrieve google place data (e.g. place_id) for a specific location (point-of-interest), based on a user clicking on that location on the map.
I have tried adding a click-handler to the map object in order to get the co-ords of a user click - however, this is not called if the user clicks on a point-of-interest (there are similar, but not the same, SO questions around this - but none with a satisfactory answer).
I can't see anything in the maps / places APIs that does this - but it seems like a fairly basic requirement to me, so maybe I'm just missing something?
Thanks in advance,
Neil.