Displaying 1 result from an estimated 1 matches for "mapstraction_geocod".
Did you mean:
mapstraction_geocoder
2010 May 21
0
r83 committed - Making the geocoder pass JSLint
...ddress.address === null || address.address === "") {
address.address = address.street + ", " + address.locality + ", " +
address.region + ", " + address.country;
}
this.geocoders[this.api].getLocations(address.address,
function(response) { mapstraction_geocoder.geocode_callback(response,
mapstraction_geocoder); });
@@ -176,4 +176,4 @@
alert(api + '' not supported by mapstraction-geocoder'');
break;
}
- }
+ };