is it possible to convert (in PHP back-end):
to
this will work please try this one i have tested it . results[0]->geometry->location->lat; $long = $output->results[0]->geometry->location->lng; echo $address.'Lat: '.$lat.'Long: '.$long; ?>