From d141b1233e0bfd9a9d9a7ff37ae81d5862e3b4da Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 6 Jul 2016 13:11:56 -0400 Subject: [PATCH] Add layers to search and reverse docs --- reverse.md | 3 +++ search.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/reverse.md b/reverse.md index df3caac..b58be8c 100644 --- a/reverse.md +++ b/reverse.md @@ -62,10 +62,13 @@ Without specifying further, reverse geocoding doesn't restrict results to a part |`venue`|points of interest, businesses, things with walls| |`address`|places with a street address| |`country`|places that issue passports, nations, nation-states| +|`macroregion`|a related group of regions. Mostly in Europe| |`region`|states and provinces| +|`macrocounty`|a related group of counties. Mostly in Europe.| |`county`|official governmental area; usually bigger than a locality, almost always smaller than a region| |`locality`|towns, hamlets, cities| |`localadmin`|local administrative boundaries| +|`borough`| a local administrative boundary, currently only used for New York City| |`neighbourhood`|social communities, neighbourhoods| |`coarse`|alias for simultaneously using `country`, `region`, `county`, `locality`, `localadmin`, and `neighbourhood`| diff --git a/search.md b/search.md index cd34074..934bf37 100644 --- a/search.md +++ b/search.md @@ -336,10 +336,13 @@ In Mapzen Search, place types are referred to as `layers`, ranging from fine to |`venue`|points of interest, businesses, things with walls| |`address`|places with a street address| |`country`|places that issue passports, nations, nation-states| +|`macroregion`|a related group of regions. Mostly in Europe| |`region`|states and provinces| +|`macrocounty`|a related group of counties. Mostly in Europe.| |`county`|official governmental area; usually bigger than a locality, almost always smaller than a region| |`locality`|towns, hamlets, cities| |`localadmin`|local administrative boundaries| +|`borough`| a local administrative boundary, currently only used for New York City| |`neighbourhood`|social communities, neighbourhoods| |`coarse`|alias for simultaneously using `country`, `region`, `county`, `locality`, `localadmin`, and `neighbourhood`|