Skip to content

Commit

Permalink
Update README_API_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhlOct committed Dec 3, 2024
1 parent 5300964 commit bee09bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README_API_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Global Street Address Lookups

### Azure (`:azure`)

* **API key**: required (set `Geocoder.configure(lookup: :azure, api_key: "your_api_key", limit: your_limit)`)
* **Key signup**: https://azure.microsoft.com/en-us/products/azure-maps
* **Quota**: 5,000 request/month with free API key, more with paid keys (see https://azure.microsoft.com/en-us/pricing/details/azure-maps)
* **Region**: world
Expand All @@ -72,7 +71,7 @@ Global Street Address Lookups
* **Documentation**: https://learn.microsoft.com/en-us/azure/azure-maps
* **Terms of Service**: https://azure.microsoft.com/en-us/support/legal
* **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)
* **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.
* **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.
### Bing (`:bing`)
Expand Down

0 comments on commit bee09bf

Please sign in to comment.