sgruhier / jquery-addresspicker

JQuery UI widget : address autocomplete field by google maps V3 geocoding service
xilinus.com/jquery-addresspicker/demos/index.html
592 stars 221 forks source link

How to make "Reverse Geocode" to be True by default? #74

Open GamaTester opened 7 years ago

GamaTester commented 7 years ago

How to change this option "Reverse Geocode after Marker Drag?" to be "true", so no need to select "Yes" -or- "No" from the dropdown menu?

deawx commented 7 years ago

var addresspickerMap = $( "#addresspicker_map" ).addresspicker({ regionBias: "Fr", reverseGeocode: true,

mayank-mehrotra commented 7 years ago

@deawx can you please check this: https://github.com/sgruhier/jquery-addresspicker/issues/75