OptionalcircleOption to set a circle to constrain forward geocoding results to a specific circular geographic area.
const circle = { lat: 46.842269, lon: 2.39985, radius: 500 }
OptionalcountriesOption to set alpha-2 or alpha-3 ISO-3166 country codes to constrain forward geocoding results to specific countries.
OptionalgidsOption to set GIDs to constrain forward geocoding results to specific regions (States, Cities...) using our identifiers.
OptionalrectangleOption 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 },
}
Set of options to restrict your forward geocoding to specific regions. It will filter out all locations outside the configured boundaries.