How to get Longitude and Latitude from an Address with PHP. So Easy By nertbloxOctober 25, 2012PHP results[0]->geometry->location->lat; $long = $output->results[0]->geometry->location->lng; echo $address.‘Lat: ‘.$lat.‘Long: ‘.$long; ?>