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"]
});
上記の例では地図を中央に配置していますが、ピンをドロップしていません。なんで?
オンラインデモはこちら.