Twinkle HubTwinkle Hub

座標查門牌郵遞區號

tw_lookup_zip33_by_coord

検証ツール · 20 件🇹🇼 台湾読み取り専用

座標 → 最近門牌 + 6 碼郵遞區號 (Zip33, reverse geocoding).

Args: lng / lat: WGS84 (Taiwan 119-122.5 / 21.5-26.5). Returns: {found, address, zip33 (6 digits), administrative_code (3), postal_code (3)}

パラメータ

名前説明
lng *number
lat *number
生の JSON schema
{
  "properties": {
    "lng": {
      "title": "Lng",
      "type": "number"
    },
    "lat": {
      "title": "Lat",
      "type": "number"
    }
  },
  "required": [
    "lng",
    "lat"
  ],
  "title": "lookup_zip33_by_coordArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_lookup_zip33_by_coord({ lng: 10 })