http://maps.google.com/maps/api/staticmap?center=Berkeley,CA&zoom=14&size=280x280&sensor=false&markers=icon:http://chart.apis.google.com/chart%3Fchst%3Dd_map_spin%26chld%3D1%257C0%257Cfff%257C11%257C_%257CHere|Berkeley,CA
如果我們打開上面的圖像效果很好。谷歌靜態地圖圖像幫助
http://maps.google.com/maps/api/staticmap?center=cabindeck,Startrack&zoom=14&size=280x280&sensor=false&markers=icon:http://chart.apis.google.com/chart%3Fchst%3Dd_map_spin%26chld%3D1%257C0%257Cfff%257C11%257C_%257CHere|cabindeck,Startrack
問題是我如何給出一個錯誤回聲,如果它失敗了?有任何想法嗎 ? 回覆111期運用PHP
像
function get($address){
echo '<img src="http://maps.google.com/maps/api/staticmap?center=' . $address . '
&zoom=14&size=280x280&sensor=false&markers=icon:http://chart.apis.google.com/chart%3Fchst%3Dd_map_spin%26chld%3D1%257C0%257Cfff%257C11%257C_%257CHere|' . $address . '" alt="" />';
}
或者可能有一個map如果參數未知,我們可以使用它來顯示none參數嗎? – 2010-08-23 00:25:30