で私を助けてくださいすることができ
<google-map latitude="{{lattitude}}" longitude="{{longtitude}}" min-zoom="9" max-zoom="11" language="en">
<google-map-marker latitude="{{lattitude}}" longitude="{{longtitude}}" title="Go Giants!" draggable="false" drag-events> </google-map-marker>
</google-map>
<script>
</script>
</template>
<script>
Polymer({
is: "map-locations",
properties: {
lattitude: String,
longtitude: String,
title: String
}
});
</script>
である私はいくつかの時間前に行っている例があります。
Save the marker position as the user moves it on non-draggable map.
Save the marker position as the user moves it on draggable map.
draggable_map: function() {
//How to make google-map to fitToMarkers and AGAIN to be draggable?
//fitToMarkers is conditional attribute, so just disable it after the resize().
this.fitToMarkers_init = false;
},
あなたの問題を解決するため、これが役立つことを願っています属性を持つ正確なプレーを覚えてすることはできません。
マーカーで 'draggable:true'を設定した場合はどうなりますか? – duncan
done @ duncan no use :( – chrisgiffy