Skip to content

Commit

Permalink
add todo about several addresses that geocode request returns
Browse files Browse the repository at this point in the history
  • Loading branch information
roskolup authored and katyukha committed Nov 10, 2023
1 parent 0fbb468 commit cbe41c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ odoo.define('generic_location_geolocalize.MapWidget', function (require) {
}
if (self.options.address_field) {
var url = "https://maps.googleapis.com/maps/api/geocode/json?latlng="+this.newGeolocation.lat+","+this.newGeolocation.lng+"&key="+this.api_key;

// todo
// When zoom is small geocode request returns several addresses. Now we select first. How to resolve this situation?
await $.ajax({
url: url,
success: function (result) {
Expand Down

0 comments on commit cbe41c0

Please sign in to comment.