From 423efd54e496cdef5cff290559343e448859b023 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 8 Oct 2019 19:22:51 +1300 Subject: [PATCH] documentation: add note what x,y mean for viewbox parameter --- docs/api/Search.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/Search.md b/docs/api/Search.md index df39bba8..ace6cc8d 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -112,7 +112,8 @@ Limit the number of returned results. (Default: 10, Maximum: 50) * `viewbox=,,,` The preferred area to find search results. Any two corner points of the box -are accepted in any order as long as they span a real box. +are accepted in any order as long as they span a real box. `x` is longitude, +`y` is latitude. * `bounded=[0|1]` -- 2.39.5