[FEATURE REQ] Add streetName and streetNumber to MapsSearchAddress
lschuer opened this issue · comments
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.
Hi @lschuer ,
streetName
and streetNumber
are newly added fields in our latest API version. We'll add it to our next release. Thanks for bringing this up!
//cc: @alzimmermsft