From 490028827521ca4471815666a685a4b7dd1941af Mon Sep 17 00:00:00 2001 From: Shane Loeffler Date: Thu, 28 Mar 2024 11:10:58 -0500 Subject: [PATCH] update docs with latest coordinate format --- docs/pages/maps/regionpicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/maps/regionpicker.md b/docs/pages/maps/regionpicker.md index 866bbb1..65b8980 100644 --- a/docs/pages/maps/regionpicker.md +++ b/docs/pages/maps/regionpicker.md @@ -19,7 +19,7 @@ The `RegionPicker` component renders a moveable and resizeable circle over the m | _optional props_ | | | | units | Units used to render circle radius label, one of: 'meters', 'kilometers' | 'kilometers' | | initialRadius | Radius used to initialize circle | | -| initialCenter | Center coordinates used to initialize circle `{lng, lat}` | map view center | +| initialCenter | Center coordinates used to initialize circle `[lng, lat]` | map view center | | minRadius | Minimum radius allowed | | | maxRadius | Maximum radius allowed | |