Hello I am using googleapi to retrieve place details.
https://developers.google.com/places/webservice/details
i.e.
https://maps.googleapis.com/maps/api/place/details/xml?placeid=ZZZZ&key=YYYYY
I get successfully address, place name, reviews... etc
But how would I retrieve contact information detail?/ place detail? Is there a different api i need to call? Thanks for reading. (circled in red is the information i am looking for).. using serverside C# code