dataservices-api/doc/API.md

10 lines
440 B
Markdown
Raw Normal View History

2015-12-03 02:12:55 +08:00
# Geocoder API
2015-11-24 19:39:38 +08:00
The CartoDB Geocoder API allows you to match your data with geometries on your map. This geocoding service can be used programatically to geocode datasets via the CartoDB SQL API. It is fed from _Open Data_ and it serves geometries for countries, provinces, states, cities, postal codes and IP addresses.
2015-11-24 19:39:38 +08:00
2015-12-03 02:12:55 +08:00
## Documentation
2015-11-13 22:22:00 +08:00
2015-12-03 02:12:55 +08:00
* [Quickstart](quickstart.md)
* [General concepts](general_concepts.md)
* [Reference](reference.md)