From b455e469c68b252faecabda3cf46e7b4b402edb2 Mon Sep 17 00:00:00 2001 From: Varun Talwar Date: Wed, 3 May 2017 17:03:47 -0400 Subject: [PATCH] Updating mapzen docs with Mapzen Flex pricing page Cherry-picked from tizen_3.0 Change-Id: I0f17c4036011bed7aa211d57e78bf0f71b16d64c (cherry picked from commit 4c760b25e930fb9fa587c2e01bc7119e7d805127) --- .../location_sensors/mapzen_credentials_n.htm | 41 ++-------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/org.tizen.guides/html/native/location_sensors/mapzen_credentials_n.htm b/org.tizen.guides/html/native/location_sensors/mapzen_credentials_n.htm index ffb237e..0a3b43e 100644 --- a/org.tizen.guides/html/native/location_sensors/mapzen_credentials_n.htm +++ b/org.tizen.guides/html/native/location_sensors/mapzen_credentials_n.htm @@ -74,47 +74,12 @@ error = maps_service_set_provider_key(maps, "mapzen-xxxxxx")

API Rate Limits

-

Mapzen offers a free tier for each service, subject to the rate limits listed below. Mapzen-hosted services are shared resources, so there are limitations to prevent individual users from degrading system performance for everyone. The services have maximum numbers of queries you can make within a certain period of time, and some have additional limitations to minimize computationally intensive uses.

+

Mapzen offers a free tier for each service, subject to rate limits. Mapzen-hosted services are shared resources, so there are limitations to prevent individual users from degrading system performance for everyone. The services have maximum numbers of queries you can make within a certain period of time, and some have additional limitations to minimize computationally intensive uses. For the current free rate limits, see Mapzen pricing.

All the projects used to build the Mapzen-hosted services are open source. If you want to try Mapzen products, start with the hosted services to see if they fit your work flow needs. If you later decide that you need additional customizations or higher capacity, consider installing the open-source code used to build Mapzen services on your own servers.

If you find a problem, need higher limits, or have enhancement suggestions for Mapzen products, contact hello@mapzen.com.

-

The service limitations when using a Mapzen API key:

- - -

API Usage Check

To check your usage for a specific API key:

@@ -125,9 +90,9 @@ error = maps_service_set_provider_key(maps, "mapzen-xxxxxx")
  • View a graph of your recent usage for a certain period of time, such as the past day or month.
  • -

    If you exceed rate limits, you can notice it in the HTTP status codes you receive in the header for the server's response to your queries. The typical errors for exceeded limits are "403 Forbidden" and "429 Too Many Requests".

    +

    If you exceed rate limits, the server's response to your query contains a specific HTTP status code in the header. The typical errors for exceeded limits are "403 Forbidden" and "429 Too Many Requests".

    -

    All queries do not count towards your rate limit. Mapzen uses server caching to deliver commonly requested content as quickly as possible. Queries served from the cache are not included in the rate limit count. For example, queries can be served from the cache when you browse a map with vector tiles in a popular extent or repeatedly perform an identical geocoding search.

    +

    All queries do not count towards your rate limit. Mapzen uses server caching to deliver commonly requested content as quickly as possible. Queries served from the cache are not included in the rate limit count. For example, queries can be served from the cache when the user browses a map with vector tiles in a popular extent or repeatedly performs an identical geocoding search.

    -- 2.7.4