Skip to content

Commit

Permalink
update docs with latest coordinate format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Mar 28, 2024
1 parent 3bc8db6 commit 4900288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/maps/regionpicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

Expand Down

0 comments on commit 4900288

Please sign in to comment.