Skip to content

Commit

Permalink
Removed strict address match (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarredSafegraph authored Mar 13, 2024
1 parent 30e3207 commit 3889ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The `PlacekeyAPI.lookup_placekey` method can be used to lookup the Placekey for
>>> "postal_code": "94131",
>>> "iso_country_code": "US"
>>> }
>>> pk_api.lookup_placekey(**place, strict_address_match=True)
>>> pk_api.lookup_placekey(**place)
{'query_id': '0', 'placekey': '227@5vg-82n-pgk'}
```

Expand Down

0 comments on commit 3889ff4

Please sign in to comment.