javascript - Googlemap loading issue in div -
i trying load googlemap inside div. script follows
<script src="https://maps.googleapis.com/maps/api/js? key=aizasyaiy_9xkvl8a5-zssv5jfph8shcth5hkpe&callback=mymap"></script> <script> function mymap() { var mapoptions = { center: new google.maps.latlng(19.015509, 72.843067), zoom: 10, maptypeid: google.maps.maptypeid.hybrid } var map = new google.maps.map(document.getelementbyid("map"), mapoptions); } </script>
and on loading of page getting error. have attached image of error.
i not know you're wrong. error get. function not set correctly. or not within local scope. should view map of google. if address want. there's way code. enter google maps , select correspondence , paste code. attach example can understand. mean exactly.
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5938589941825!2d8.640130883976095!3d47.36132677916924!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479aa3ffb7057dbb%3a0x8dfd514b03a2c801!2sbodenacherstrasse+52%2c+8121+f%c3%a4llanden!5e0!3m2!1siw!2sch!4v1505149050010" frameborder="0" style="border:0" allowfullscreen></iframe>
Comments
Post a Comment