googleplaces
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -17,6 +17,4 @@ (function () { | ||
if (typeof parameters.location === "object") parameters.location = parameters.location.toString(); | ||
if (parameters.rankby) parameters.radius = parameters.radius || 500; | ||
parameters.sensor = parameters.sensor || false; | ||
if (!parameters.rankby) parameters.radius = parameters.radius || 500; | ||
var options = { | ||
@@ -23,0 +21,0 @@ hostname: "maps.googleapis.com", |
{ | ||
"name": "googleplaces", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Node.js library for the Google Places API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
27666
594