node-geocoder
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -56,2 +56,4 @@ var crypto = require('crypto'), | ||
params.address = value.address; | ||
} else if (value.googlePlaceId) { | ||
params.place_id = value.googlePlaceId; | ||
} else { | ||
@@ -58,0 +60,0 @@ params.address = value; |
{ | ||
"name": "node-geocoder", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81157
2041