给定公民编号和邮政编码,如何在 google 地图 API 中找到完整的完整地址?

Given the civic number and postal code, how do find the full complete address in the google maps API?

我在加拿大,在 Google 地图 API 中,似乎无法仅使用公民号码和邮政编码找到完整的完整地址,我是不是遗漏了什么?

目前,Google 地图 API 无法使用公民号码和邮政地址搜索地址,最接近此功能的 API 是 Geocoding API as this can look up for a postal code. However, the Geocoding API is meant to geocode well-formatted address and not to assist a search for an address, if you wish to have a function that will assist your users to find an address, you may use the Place Autocomplete 作为解决方法,但这也不支持搜索城市地址。

我建议您在 Issue Tracker of Google Maps Platform 中提交功能请求,以便工程师审查您请求的可行性。这也是一个很好的要求,因为在紧急情况下也会使用公民号码。