我正在使用 Google Maps Places 自动完成功能。我想将我的自动填充结果限定为省略企业和州。相关文档位于https://developers.google.com/maps/documentation/javascript/places#places_autocomplete。它们提供 2 种类型的集合:(regions)
和(cities)
. (regions)
包括按地区、次地区、邮政编码、国家、行政区域 1 和行政区域 2 分类的地方。 (cities)
包括归类为 locality 和 Administrative_area1 的地方。
我的理想范围是分类为地方、次地方、社区、邮政编码和行政区域 3 的地方。这可能吗?