Add support for building and boundary calculations in geocoding response #304
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Geocoding APIs now experimentally support extra computations which yields buildings and entrances, but the library doesn't provide them in response typing.
Describe the solution you'd like
Add new types in geocoding result.
Describe alternatives you've considered
The parameter extra_computations has to be added in request by Custom property now, thought about adding them by some flags like EnableBuildingAndEntrances. But still have to add the types in response.
Additional context
Doc links -
The text was updated successfully, but these errors were encountered: