added quick start info about mapzen

This commit is contained in:
csobier
2016-04-05 16:21:34 -04:00
parent 28b4b12ce4
commit 8eeef94eab
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Geocoding functions
# Geocoding Functions
The following geocoding functions are available, grouped by categories.
@@ -313,3 +313,5 @@ SELECT cdb_geocode_street_point('651 Lombard Street San Francisco California', N
```bash
UPDATE {tablename} SET the_geom = cdb_geocode_street_point({street_name_column})
```
**Tip:** See [Using Mapzen for Geocoding and Routing](http://cartodb-platform/dataservices-api/quickstart/#using-mapzen-for-geocoding-and-routing) if you are using the Mapzen API for geocoding.