Below is a single example result that I am geting from the Place API. How can I get the phone number for this location? There is an mqId field that is returned, but when I put that ID into the Search API, it says it isn't a valid location id. The only piece of information I am currently missing is the phone number for all of the location results. Any help that anyone can provide would be GREATLY appreciated. Like I will buy you lunch or anything of the sort =)
[0] => Array
(
[id] => mqId:376089443
[displayString] => Health Images At South Potomac, 1300 S Potomac St, Aurora, CO 80012
[name] => Health Images At South Potomac
[slug] => /us/colorado/health-images-at-south-potomac-376089443
[language] => en
[place] => Array
(
[type] => Feature
[geometry] => Array
(
[coordinates] => Array
(
[0] => -104.830737
[1] => 39.693325
)
[type] => Point
)
[properties] => Array
(
[city] => Aurora
[stateCode] => CO
[postalCode] => 80012
[countryCode] => US
[street] => 1300 S Potomac St
[type] => address
)
)
)
)