Roo/bootstrap/LocationPicker.js
authorEdward <edward@roojs.com>
Thu, 28 May 2015 03:10:35 +0000 (11:10 +0800)
committerEdward <edward@roojs.com>
Thu, 28 May 2015 03:10:35 +0000 (11:10 +0800)
Roo/bootstrap/LocationPicker.js

index 085aea1..c92a5bb 100644 (file)
@@ -185,7 +185,8 @@ Roo.extend(Roo.bootstrap.LocationPicker, Roo.bootstrap.Component,  {
             this.gMapContext.geodecoder.geocode({
                 latLng: this.gMapContext.location
             }, function(results, status) {
-                
+                Roo.log(results);
+                Roo.log(status);
                 if (status == google.maps.GeocoderStatus.OK && results.length > 0) {
                     _this.gMapContext.locationName = results[0].formatted_address;
                     _this.gMapContext.addressComponents = _this.address_component_from_google_geocode(results[0].address_components);