Option to set a rectangle to constrain forward geocoding results to a specific rectangular geographic area.
const rectangle = { min: { lat: 43.032582, lon: 5.097656 }, max: { lat: 49.006466, lon: 26.762695 },} Copy
const rectangle = { min: { lat: 43.032582, lon: 5.097656 }, max: { lat: 49.006466, lon: 26.762695 },}
The maximum latitude and longitude of the rectangle.
The minimum latitude and logitude of the rectangle.
Option to set a rectangle to constrain forward geocoding results to a specific rectangular geographic area.