You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a feature enhancement. Specifically, I need the API to return addresses that include house numbers. This functionality is essential for my application, as it requires precise address information.
I have reviewed the Photon documentation and found that filtering results by OpenStreetMap tags and values is possible using the osm_tag parameter. However, the current option not meet my needs.
Providing addresses with house numbers would significantly enhance the utility of the Photon API for applications requiring detailed address information.
Data on enter: "Kopernikova"
localhost:2322/api?q=Kopernikova
actual result:
Kopernikova, Teplice
Kopernikova, Příbram
Kopernikova, Praha
etc..
expected result:
Kopernikova 19, Český Těšín
Kopernikova 8, Hlohovec
Kopernikova 7, Praha
etc..
I appreciate your consideration of this request and look forward to your response.
The text was updated successfully, but these errors were encountered:
The actual results are relevant to the query. Why do you think is " Kopernikova 7, Praha" more precise than " Kopernikova, Praha" when somebody was searching only for the street name?
I would like to request a feature enhancement. Specifically, I need the API to return addresses that include house numbers. This functionality is essential for my application, as it requires precise address information.
I have reviewed the Photon documentation and found that filtering results by OpenStreetMap tags and values is possible using the osm_tag parameter. However, the current option not meet my needs.
Providing addresses with house numbers would significantly enhance the utility of the Photon API for applications requiring detailed address information.
Data on enter: "Kopernikova"
localhost:2322/api?q=Kopernikova
actual result:
Kopernikova, Teplice
Kopernikova, Příbram
Kopernikova, Praha
etc..
expected result:
Kopernikova 19, Český Těšín
Kopernikova 8, Hlohovec
Kopernikova 7, Praha
etc..
I appreciate your consideration of this request and look forward to your response.
The text was updated successfully, but these errors were encountered: