Option to activate Reverse Geocoding detection within the input. You can paste coordinates in the form {lat}/{lon} in the input. The separation can be either / (slash), , (comma) or (space).
/
,
const reverse = { enabled: true, radius: 5,} Copy
const reverse = { enabled: true, radius: 5,}
Enable reverse geocoding enpoint.
Optional
Radius over the point in meters. The maximum value is 5.
Option to activate Reverse Geocoding detection within the input. You can paste coordinates in the form {lat}/{lon} in the input. The separation can be either
(space).
/
(slash),,
(comma) or