From ae81e5f3d86ed11d6a6c2a59f33e7dcfec1dd74f Mon Sep 17 00:00:00 2001 From: Rhonda Glennon Date: Thu, 13 Jul 2017 15:01:16 -0700 Subject: [PATCH] remove boundary.circle.lat and lon --- reverse.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/reverse.md b/reverse.md index f4aa38c..b78e253 100644 --- a/reverse.md +++ b/reverse.md @@ -27,8 +27,6 @@ Parameter | Type | Required | Default | Example `api_key` | string | yes | none | [get yours here](https://mapzen.com/developers) `point.lat` | floating point number | yes | none | `48.858268` `point.lon` | floating point number | yes | none | `2.294471` -`boundary.circle.lat` | floating point number | no | none | `43.818156` -`boundary.circle.lon` | floating point number | no | none | `-79.186484` `boundary.circle.radius` | floating point number | no | 1 | `35` `size` | integer | no | `10` | `3` `layers` | comma-delimited string array | no | none (all layers) | `address,locality`