Skip to main content

Bias By Geolocation

Bias search to a geospatial circle determined by an origin and radius in meters. Max radius is 50000.

Uses the format bias_lonlat=[longitude],[latitude],[radius in metres]. Only one geospatial bias may be provided

In the example below, a geolocation bias is set to prioritize addresses near "10 Downing St".

 
AddressFinder.setup({
apiKey: "ak_test",
queryOptions: {
// Set geolocation bias to 10 Downing St
bias_lonlat: "-0.1276,51.5034,100"
},
line_1: "#line_1",
line_2: "#line_2",
line_3: "#line_3",
post_town: "#post_town",
postcode: "#postcode"
}
});

Live Demo

Loading...