我有一个包含用户响应的JSON ():
var surveyJSON = {pages:[{name:"page1",elements:[{type:"rating",name:"How confident are you conducting market analysis?",description:"5 - most confident"},{type:"rating",name:"How confident are you evaluating the feasibility of a new op
我已经用infoWindows在谷歌地图中显示了多个引脚,并在html页面中显示了位置名称,现在我需要这个,当点击任何位置名称移动引脚从一个到另一个,并显示它的infoWindow。
那么,有什么解决方案吗?
以下是我的代码
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.addControl(new GSmallMapControl());
map.setCen