placeの情報を返します。
Columns
Indexable | Name | Type | Description |
---|---|---|---|
* | page_id | string | placeのページID |
name | string | place名 | |
description | string | placeの説明 | |
geometry | array | 所在地の情報(GeoJSONフォーマット)。point、polygon、geometriesのいずれかです。 | |
latitude | int | 所在地の緯度情報 | |
longitude | int | 所在地の経度情報 | |
checkin_count | int | ユーザがチェックインした回数 |
Examples
SELECT name,description,geometry,latitude,longitude,checkin_count FROM place WHERE page_id=120176408032373