知道如何init
定位(因此引脚被丢弃)GeoComplete
吗?
$("#geocomplete").geocomplete({
map: ".map_canvas",
location: [52.4078567, 16.92718339999999], // is it centring the map, no pin thought
markerOptions: {
draggable: true
},
details: "form",
types: ["geocode", "establishment"]
});
上面的例子确实使地图居中,但它没有放下一个 pin。为什么?
在线演示在这里。