Twinkle HubTwinkle Hub

座標查門牌郵遞區號

tw_lookup_zip33_by_coord

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

座標 → 最近門牌 + 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)}

Paramètres

NomTypeDescription
lng *number
lat *number
Schéma JSON brut
{
  "properties": {
    "lng": {
      "title": "Lng",
      "type": "number"
    },
    "lat": {
      "title": "Lat",
      "type": "number"
    }
  },
  "required": [
    "lng",
    "lat"
  ],
  "title": "lookup_zip33_by_coordArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_zip33_by_coord({ lng: 10 })