From 3f0ccefa41c5c613217ecbe9268b7ec1a681f510 Mon Sep 17 00:00:00 2001 From: csobier Date: Fri, 29 Jan 2016 08:23:08 -0500 Subject: [PATCH] fixed bullet formatting --- doc/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference.md b/doc/reference.md index f9485be..68c86a9 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -274,6 +274,7 @@ This function provides a street-level geocoding service. This service uses the s **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 Geocoder API in your maps. This can result in credits consumption per map view. Note: **queries to the Geocoder API in your maps may be forbidden in the future**. - You are advised to store results of Geocoder API queries into your datasets and refresh them as needed, so that you can have finer control on your credits' usage.