Option to activate reverse geocoding withing the input. You can paste coordinates in the form {lat}/{lon} in the input. The separation can be either / (slash), , (comma) or (space).
/
,
new JawgPlaces({ reverse: { enabled: true, radius: 50 }}) Copy
new JawgPlaces({ reverse: { enabled: true, radius: 50 }})
Enable reverse geocoding in input.
Optional
Radius over the point in meters.
Option to activate reverse geocoding withing the input. You can paste coordinates in the form {lat}/{lon} in the input. The separation can be either
(space).
/
(slash),,
(comma) or