私は住所を取得し、住所がGoogleマップに表示されるデータベース駆動型のサイトを持っています。これは、Google マップの埋め込みを含む文字列です。ロケーターの緯度はわかりませんが、住所と地域はわかります。場所が表示されません。
<?php $add = $row_rsDoc['Address'];
$address = str_replace(" ","+",$add);
$gtown = str_replace(" ","+",$row_rsDoc['Town']);
$gprov = str_replace(" ","+",$row_rsDoc['Province']);
$googlestr=$address.','.'+'.$gtown.','.'+'.$gprov;
echo $googlestr;
?>
<th width="446" class="entry" scope="col"><iframe width="441" height="243" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.za/maps?f=q&source=s_q&hl=en&geocode=&q=<?php echo $googlestr; ?>&aq=&sll=-26.178375,28.033719&ie=UTF8&hq=&hnear=&radius=15000&t=m&output=embed"></iframe><br />