Re: [Google Maps API v3] Manually Adjusting Geocoder Results by Dragging the Pin to New Locations

2017-06-20 Thread Barry Hunter
Sure, why not? There must be code that when it receives the geocoder response, it adds a marker to the map. Just make sure it sets 'draggable:true' on the options for the marker. You must also store the location in the form (in hidden fields?) so can submit. Just have a dragend event on the marke

[Google Maps API v3] Manually Adjusting Geocoder Results by Dragging the Pin to New Locations

2017-06-20 Thread Dr. Ezra Boyd
We are working on a geocoder module using Google Maps JS API. We have a webform where the user enters their address with a map element next to it. When the user submits their info, a pin for the geocoded location shows up on the map. For the cases where the results are incorrect, is it possibl