Added
- GET /v1/search/suggest now accepts an optional centre point via
latandlng. Setgeo_mode=biasto softly prefer suggestions near that point (a Gaussian decay that still surfaces strong matches further away), orgeo_mode=restrictto return only suggestions withinradius_metersof it. - When a centre point is supplied, each suggestion carries its
distancefrom that point in metres, so you can rank or label results by proximity. - Geo bias and restrict apply to address suggestions, making the endpoint a fit for ‘near me’ autocomplete in map and mobile flows. Centre-point coordinates are never written to logs.