Hi everyone, thanks for the great library ❤️
Just noticed a small bug: According to the Place Details documentation, type is (no longer?) a valid field. Instead, there is now a types field. See: https://developers.google.com/maps/documentation/places/web-service/details#Place-types

This will need to be changed in the list of PLACES_DETAIL_FIELDS_BASIC here:
Hi everyone, thanks for the great library ❤️
Just noticed a small bug: According to the Place Details documentation,
typeis (no longer?) a valid field. Instead, there is now atypesfield. See: https://developers.google.com/maps/documentation/places/web-service/details#Place-typesThis will need to be changed in the list of
PLACES_DETAIL_FIELDS_BASIChere:google-maps-services-python/googlemaps/places.py
Line 77 in 645e07d