I want to get place_ids of hierarchical result, following the answer in Hierarchical & translated results of a placeId using Google Places
Everything goes fine at first, but in this request: https://maps.googleapis.com/maps/api/geocode/json?latlng=-34.63289,116.12236&key=MY_KEY&language=en&result_type=country|administrative_area_level_1|administrative_area_level_2|locality
country component is missing.
How can I fix this?