¡@

Home 

2014/10/16 ¤W¤È 12:02:31

jquery Programming Glossary: codeaddress

Multiple google maps on one page

http://stackoverflow.com/questions/12284062/multiple-google-maps-on-one-page

mapTypeId google.maps.MapTypeId.ROADMAP map new google.maps.Map document.getElementById 'map_canvas' mapOptions codeAddress '#entityID span#address' .text function codeAddress address geocoder.geocode 'address' address function results status if.. google.maps.Map document.getElementById 'map_canvas' mapOptions codeAddress '#entityID span#address' .text function codeAddress address geocoder.geocode 'address' address function results status if status google.maps.GeocoderStatus.OK map.setCenter.. results 0 .geometry.location var marker new google.maps.Marker map map position results 0 .geometry.location else codeAddress 'germany' Now I want to show multiple maps each with a different location. How would that look like Any ideas The algorithm..