Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQ] Add streetName and streetNumber to MapsSearchAddress #44530

Open
lschuer opened this issue Mar 6, 2025 · 0 comments
Open

[FEATURE REQ] Add streetName and streetNumber to MapsSearchAddress #44530

lschuer opened this issue Mar 6, 2025 · 0 comments
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@lschuer
Copy link

lschuer commented Mar 6, 2025

Is your feature request related to a problem? Please describe.
We have to migrate from com.azure:azure-maps-search:1.0.0-beta.1 to com.azure:azure-maps-search:2.0.0-beta.2 in order to update spring boot to version 3.4.0. All spring boot version >= 3.1.x require a newer spring cloud version than com.azure:azure-maps-search:1.0.0-beta.1 supports.

Since version 2.2.0-beta.1 the fields street and streetNumber are removed from the MapsSearchAddress. We need this fields for our own Address representation and it is not really possible to extract them from the addressLine as the street and street number are placed in a different order for different countries.

Describe the solution you'd like
It would be very helpful when the fields streetName and streetNumber are added to the MapsSearchAddress.

The address returned by the getReverseGeoCoding api has the fields streetName and streetNumber (link to the docs) why I think it should be possible.

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

1 participant