Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add components request type
  • Loading branch information
shukerullah authored Sep 19, 2023
1 parent cf77ab0 commit 8780e43
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 @@ -191,7 +191,7 @@ geocode(RequestType.ADDRESS, address)

##### Parameters

- **requestType** (`RequestType` | `string`): Identifier to specify the type of request (`place_id`, `address`, or `latlng`).
- **requestType** (`RequestType` | `string`): Identifier to specify the type of request (`place_id`, `address`, `latlng`, `components` etc).
- **value** (`string`): The value to geocode. This can be an address, latitude and longitude (`lat,lng`), or a place ID.
- **options (optional `object`)**: Additional options for the geocoding request.
- **key (`string`)**: API key for Google Geocoding API.
Expand Down

0 comments on commit 8780e43

Please sign in to comment.