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
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
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.
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 -