Skip to content

Commit

Permalink
Azure docs: API key required, note can be simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Dec 4, 2024
1 parent 3547d8a commit cdbcc8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README_API_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Global Street Address Lookups

### Azure (`:azure`)

* **API key**: required
* **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 @@ -71,7 +72,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", azure: { limit: your_limit })` limit is optional - limit the maximum number of results returned, default 10.
* **Notes**: To limit the number of results returned, use `Geocoder.configure(lookup: :azure, api_key: "your_api_key", azure: { limit: your_limit })` (default 10).
### Bing (`:bing`)
Expand Down

0 comments on commit cdbcc8d

Please sign in to comment.