From 880cfd8742a9f650d6a082862366fd3c16f86c65 Mon Sep 17 00:00:00 2001 From: Carla Date: Fri, 19 Feb 2016 10:33:45 +0100 Subject: [PATCH] rm quota info --- doc/geocoding_functions.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/geocoding_functions.md b/doc/geocoding_functions.md index 8563430..7794b32 100644 --- a/doc/geocoding_functions.md +++ b/doc/geocoding_functions.md @@ -271,13 +271,7 @@ UPDATE {tablename} SET the_geom = cdb_geocode_ipaddress_point('102.23.34.1') This function provides a street-level geocoding service. This service uses the street level geocoder defined for the user (currently, only the Here geocoder is available). -**This service is subject to quota limitations, and extra fees may apply.** Please view our [terms and conditions](https://cartodb.com/terms/) - -Be mindful of the following when using this function: - - - **One credit per function call will be consumed**, and the results are not cached. If the query applies to a _N_ rows dataset, then _N_ credits will be used. - - You are discouraged from using dynamic queries to the geocoding functions in your maps. This can result in credits consumption per map view. Note: **queries to the Data Services API and its functions in your maps may be forbidden in the future**. - - You are advised to store results of geocoding queries into your datasets and refresh them as needed, so that you can have finer control on your credits' usage. +**This service is subject to quota limitations, and extra fees may apply**. Please view our [terms and conditions](https://cartodb.com/terms/) and check out the [Quota information section](http://docs.cartodb.com/cartodb-platform/dataservices-api/quota-information/) for details and recommendations related with quota usage. ### cdb_geocode_street_point(_search_text text, [city text], [state text], [country text]_)