2017-07-20 15 views

回答

0

試試這個jquery.It是爲我工作:

<script src="http://maps.google.com/maps/api/js?key=YOUR API KEY"></script> 
jQuery('#googlemaps').gMap({ 
       maptype: 'ROADMAP', 
       scrollwheel: false, 
       zoom: 13, 
       markers: [ 
        { 
         address: 'Ahmedabad, India', // Your Adress Here 
         html: '', 
         popup: false, 
        } 

       ], 

      });