From ab624cae8af5430bfa910769f7213e9c2c9e3b80 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Thu, 29 Oct 2015 13:18:43 -0400 Subject: [PATCH] Corrections to README (Mapbox API). --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8af7fe4c..4c24d1cb 100644 --- a/README.md +++ b/README.md @@ -504,13 +504,14 @@ The [Google Places Details API](https://developers.google.com/places/documentati * **API key**: required * **Key signup**: https://www.mapbox.com/pricing/ -* **Quota**: 1 Geocode per request -* **Region**: US, Canada, and Europe are stable, rest of the world is closes -* **SSL support**: no +* **Quota**: depends on plan +* **Region**: complete coverage of US and Canada, partial coverage elsewhere (see for details: https://www.mapbox.com/developers/api/geocoding/#coverage) +* **SSL support**: yes * **Languages**: English * **Documentation**: https://www.mapbox.com/developers/api/geocoding/ * **Terms of Service**: https://www.mapbox.com/tos/ -* **Limitations**: ? Must be displayed on a Mapbox map. Cache results for up to 30 days. +* **Limitations**: Must be displayed on a Mapbox map. Cache results for up to 30 days. +* **Notes**: Currently in public beta. #### Mapquest (`:mapquest`) -- GitLab