KWEYT
@KWEYT

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

GoogleMap iframe埋め込みでの住所検索について

解決したいこと

GoogleMap iframe埋め込みでの住所検索をしています。
住所番地が正しい時は地図表示がうまくいくのですが、そうでない場合は世界地図が表示されてしまいます。
出来れば付近表示させたいのですが、何か良い方法ご存知でしたらご教授ください。

iframeでの住所検索

<meta charset="utf-8"/>
<script src="js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="js/test.js" type="text/javascript"></script>

<div class="map-wrapper">
    <div class="googlemap">
      <iframe src="https://maps.google.co.jp/maps?output=embed&t=m&hl=ja&z=18&q=関市向山294201"  width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="yes"></iframe>
    </div>
</div>

image.png

0

No Answers yet.

Your answer might help someone💌