Using the following query http://maps.googleapis.com/maps/api/geocode/json?latlng=35.6723855,139.75891482, I am able to retrieve a list of various locations based on the provided coordinates. However, I am specifically interested in obtaining only the city name "Tokyo" without the additional details like UchisaiwaichЕЌ, Chiyoda-ku, and others. It seems that the city name I am looking for has the "colloquial_area" type. Is there a method to filter and retrieve only this specific city name? Any help would be greatly appreciated. Thank you.