Skip to content

Commit bee09bf

Browse files
committed
Update README_API_GUIDE.md
1 parent 5300964 commit bee09bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README_API_GUIDE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Global Street Address Lookups
6363

6464
### Azure (`:azure`)
6565

66-
* **API key**: required (set `Geocoder.configure(lookup: :azure, api_key: "your_api_key", limit: your_limit)`)
6766
* **Key signup**: https://azure.microsoft.com/en-us/products/azure-maps
6867
* **Quota**: 5,000 request/month with free API key, more with paid keys (see https://azure.microsoft.com/en-us/pricing/details/azure-maps)
6968
* **Region**: world
@@ -72,7 +71,7 @@ Global Street Address Lookups
7271
* **Documentation**: https://learn.microsoft.com/en-us/azure/azure-maps
7372
* **Terms of Service**: https://azure.microsoft.com/en-us/support/legal
7473
* **Limitations**: Azure Maps doesn't have any maximum daily limits on the number of requests that can be made, however there are limits to the maximum number of queries per second (QPS) (see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-qps-rate-limits)
75-
* **Notes**: To use Azure, set `Geocoder.configure(lookup: :azure, api_key: "your_api_key", limit: your_limit)` :limit - restrict the maximum amount of returned results, e.g. limit: 10.
74+
* **Notes**: To use Azure, set `Geocoder.configure(lookup: :azure, api_key: "your_api_key", azure: { limit: your_limit })` limit is optional - limit the maximum number of results returned, default 10.
7675
7776
### Bing (`:bing`)
7877

0 commit comments

Comments
 (0)