diff --git a/src/photonGeocode.js b/src/photonGeocode.js index a4b6045db..4c3a9579c 100644 --- a/src/photonGeocode.js +++ b/src/photonGeocode.js @@ -138,6 +138,8 @@ export class PhotonGeocode { if (latitude !== null && longitude != null) { query.add('lat', latitude); query.add('lon', longitude); + if (string) + query.add('location_bias_scale', PhotonUtils.LOCATION_BIAS_SCALE); } if (string)