Skip to content

Commit

Permalink
Fix locationBias & locationRestriction shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
tolu360 committed Mar 8, 2019
1 parent 3d34fb1 commit f249247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ class RNGooglePlaces {
useSessionToken: true,
locationBias: {
latitudeSW: 0,
longitudeSW: 0
longitudeSW: 0,
latitudeNE: 0,
longitudeNE: 0
},
locationRestriction: {
latitudeSW: 0,
longitudeSW: 0,
latitudeNE: 0,
longitudeNE: 0
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services for React Native Apps",
"main": "index.js",
"author": "Tolu Olowu (Arttitude 360) <[email protected]>",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"scripts": {},
"repository": {
"type": "git",
Expand Down

0 comments on commit f249247

Please sign in to comment.