Twinkle HubTwinkle Hub

座標查統計區

tw_lookup_statistics_by_coord

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

座標 → 統計區 (census / 房價統計區 join key).

Args: lng / lat: WGS84. unit: 統計區單元名 (default '村里').

Paramètres

NomTypeDescription
lng *number
lat *number
unitstring
Schéma JSON brut
{
  "properties": {
    "lng": {
      "title": "Lng",
      "type": "number"
    },
    "lat": {
      "title": "Lat",
      "type": "number"
    },
    "unit": {
      "default": "村里",
      "title": "Unit",
      "type": "string"
    }
  },
  "required": [
    "lng",
    "lat"
  ],
  "title": "lookup_statistics_by_coordArguments",
  "type": "object"
}

Comment appeler

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