Skip to main content

Filter By Geospatial Box

Restrict search to a geospatial box determined by the "top-left" and "bottom-right" gelocations. Only one geospatial box can be provided.

 
AddressFinder.setup({
apiKey: "ak_test",
queryOptions: {
box: "-0.123,53.3,0.02342,50.383"
},
outputFields: {
line_1: "#first_line",
line_2: "#second_line",
line_3: "#third_line",
post_town: "#post_town",
postcode: "#postcode",
}
});

Live Demo

Loading...