如何使用googlehttp地理编码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用googlehttp地理编码相关的知识,希望对你有一定的参考价值。
$address = '1 Sir Winston Churchill Square'; $city = 'edmonton'; $province = 'alberta'; $country = 'canada'; $postalcode = 'T5J 2R7'; // Google Geo Address // Retrieve the URL contents // Parse the returned XML file $xml = new SimpleXMLElement($googlePage); // Parse the coordinate string // Output the coordinates echo "Longitude: $longitude, Latitude: $latitude";
以上是关于如何使用googlehttp地理编码的主要内容,如果未能解决你的问题,请参考以下文章