座標 → 統計區 (census / 房價統計區 join key).
Args: lng / lat: WGS84. unit: 統計區單元名 (default '村里').
座標 → 統計區 (census / 房價統計區 join key).
Args: lng / lat: WGS84. unit: 統計區單元名 (default '村里').
| 名前 | 型 | 説明 |
|---|---|---|
| lng * | number | — |
| lat * | number | — |
| unit | string | — |
{
"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"
}tw_lookup_statistics_by_coord({ lng: 10 })