Filtering businesses, states, and countries from Google Maps auto-complete

I use the auto-fill feature in Google Maps. I want to cover my autocomplete results in order to lower enterprises and states. The relevant documentation is at https://developers.google.com/maps/documentation/javascript/places#places_autocomplete . They provide 2 types of collections: (regions)and (cities). (regions)includes locations classified as locality, sub-basement, postal_code, country, Administrative_area1 and Administrative_area2. (cities)includes locations classified as local and Administrative_area1.

My ideal coverage would be for places that are classified as locality, mireland, neighborhood, postal_code and Administrative_area3. Is it possible?

+5
source share

All Articles