examples/bootstrap/LocationPicker.html
authoredward <edward@roojs.com>
Tue, 13 Oct 2015 09:36:08 +0000 (17:36 +0800)
committeredward <edward@roojs.com>
Tue, 13 Oct 2015 09:36:08 +0000 (17:36 +0800)
examples/bootstrap/LocationPicker.html

index 5799a7d..40f4fdc 100644 (file)
@@ -30,7 +30,8 @@ function initMap() {
   var marker = new google.maps.Marker({
     position: myLatLng,
     map: map,
-    title: 'Hello World!'
+    title: 'Hello World!',
+    draggable: this.draggable
   });
 }