javascript - Google maps in accordion slideshow, how to add marker? -


i have google map in accordion slideshow don't know how add marker on map. can me? here code

var gmap;         function initializegmap() {             var myoptions = {               zoom: 15,               center: new google.maps.latlng(54.023100,14.742014), // google map location show               maptypeid: google.maps.maptypeid.roadmap             };             gmap = new google.maps.map(document.getelementbyid('gmap_canvas'),                 myoptions);         } 

there's 2 ways of doing this: 1- saving custom map , embedding in page ( no big programming knowledge riquired) -> google custom maps 2- using googla maps api v3 -<google maps api


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -