diff --git a/googlemaps/places.py b/googlemaps/places.py index 269a17fa..78bd6043 100644 --- a/googlemaps/places.py +++ b/googlemaps/places.py @@ -53,7 +53,7 @@ ) PLACES_DETAIL_FIELDS_BASIC = { - "address_component", + "address_components", "adr_address", "business_status", "formatted_address",