Ver código fonte

Merge pull request #1593 from jloguercio/1.11.x

Fix google maps plugin error in addMarker function - Refs BT#11371
José Loguercio 8 anos atrás
pai
commit
4d731bd689
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      plugin/google_maps/view/map_coordinates.tpl

+ 1 - 1
plugin/google_maps/view/map_coordinates.tpl

@@ -97,7 +97,7 @@
 
             } else if (status === google.maps.GeocoderStatus.OVER_QUERY_LIMIT) {
                 setTimeout(function() {
-                    geoCode(address, map, bounds, userCompleteName, index);
+                    addMaker(address, map, bounds, userCompleteName, index);
                 }, 350);
             }
         });