geocode does not determine point location exactly on google map
问题 In google map when I drag a marker lat() and lng() values shown in textboxes. I want do to like here: Coordinates change for every movement My following code parts work for me. But, when I drag a marker to far, it works, but in little distances lat() and lng() don't change? How can I solve this issue? main js codes are: // fill in the UI elements with new position data function update_ui(address, lat, lng) { $('#lat').val(lat); $('#lng').val(lng); } // move the marker to a new position, and