googlemaps / google-maps-services-go

Go client library for Google Maps API Web Services
https://pkg.go.dev/googlemaps.github.io/maps
Apache License 2.0
737 stars 214 forks source link

Add support for building and boundary calculations in geocoding response #304

Open asif-mahmud opened 2 weeks ago

asif-mahmud commented 2 weeks ago

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 -