核心結構定義參考資料

所有國家/地區都支援核心結構定義,每個國家/地區則有其他結構定義項目

欄位名稱 類型 眾數 說明
point GEOGRAPHY NULLABLE 地點位置,以 Point 地理類型物件表示。
id STRING NULLABLE 專屬地點 ID。請參閱「地點 ID」。
types STRING REPEATED 地點的一組類型標記。例如「餐廳」和「咖啡廳」。如需可能值的完整清單,請參閱「地點類型」。
primary_type STRING NULLABLE 地點的主要類型。例如「餐廳」、「咖啡廳」、「機場」等。一個地點只能有一個主要類型。如需可能值的完整清單,請參閱「地點類型」。
country_code STRING NULLABLE 採用 Unicode CLDR 格式的國家/地區代碼。
location RECORD NULLABLE 地點的位置。
location.latitude FLOAT NULLABLE 緯度度數,範圍為 -90.0 至 90.0。
location.longitude FLOAT NULLABLE 經度度數,範圍為 -180.0 到 180.0。
rating FLOAT NULLABLE 根據使用者對該地點的評論,評分介於 1.0 到 5.0。
user_rating_count INTEGER NULLABLE 地點的評論總數。
price_level STRING NULLABLE 地點的價格等級。可能的值為「PRICE_LEVEL_FREE」、「PRICE_LEVEL_INEXPENSIVE」、「PRICE_LEVEL_MODERATE」、「PRICE_LEVEL_EXPENSIVE」和「PRICE_LEVEL_VERY_EXPENSIVE」。
business_status STRING NULLABLE 地點的商家狀態。可能的值為「OPERATIONAL」、「CLOSED_TEMPORARILY」和「CLOSED_PERMANENTLY」。
takeout BOOLEAN NULLABLE 地點支援外帶。
delivery BOOLEAN NULLABLE 商家支援外送。
dine_in BOOLEAN NULLABLE 商家提供室內或室外座位。
curbside_pickup BOOLEAN NULLABLE 地點支援店外取貨服務。
reservable BOOLEAN NULLABLE 地點支援預訂。
serves_breakfast BOOLEAN NULLABLE 提供早餐。
serves_lunch BOOLEAN NULLABLE 提供午餐。
serves_dinner BOOLEAN NULLABLE 供應晚餐。
serves_beer BOOLEAN NULLABLE 供應啤酒。
serves_wine BOOLEAN NULLABLE 店家供應葡萄酒。
serves_brunch BOOLEAN NULLABLE 供應早午餐。
serves_vegetarian_food BOOLEAN NULLABLE 供應素食餐點。
outdoor_seating BOOLEAN NULLABLE 提供戶外座位。
live_music BOOLEAN NULLABLE 提供現場音樂表演。
menu_for_children BOOLEAN NULLABLE 提供兒童菜單。
serves_cocktails BOOLEAN NULLABLE 供應雞尾酒。
serves_dessert BOOLEAN NULLABLE 提供甜點。
serves_coffee BOOLEAN NULLABLE 供應咖啡。
good_for_children BOOLEAN NULLABLE 適合兒童。
allows_dogs BOOLEAN NULLABLE 可帶狗入內。
restroom BOOLEAN NULLABLE Place has a restroom.
good_for_groups BOOLEAN NULLABLE 地點可容納團體。
good_for_watching_sports BOOLEAN NULLABLE 適合觀看運動賽事。
accepts_credit_cards BOOLEAN NULLABLE 商家接受信用卡付款。
accepts_debit_cards BOOLEAN NULLABLE 商家接受簽帳金融卡付款。
accepts_cash_only BOOLEAN NULLABLE 商家只接受現金付款。即使有這項屬性,商家仍可能接受其他付款方式。
accepts_nfc BOOLEAN NULLABLE 商家接受 NFC 付款。
free_parking_lot BOOLEAN NULLABLE 地點提供免費停車位。
paid_parking_lot BOOLEAN NULLABLE 提供付費停車位。
free_street_parking BOOLEAN NULLABLE 提供免費路邊停車位。
paid_street_parking BOOLEAN NULLABLE 提供付費路邊停車位。
valet_parking BOOLEAN NULLABLE 提供代客泊車服務。
free_garage_parking BOOLEAN NULLABLE 提供免費室內停車位。
paid_garage_parking BOOLEAN NULLABLE 提供付費室內停車場。
wheelchair_accessible_parking BOOLEAN NULLABLE 地點提供無障礙停車位。
wheelchair_accessible_entrance BOOLEAN NULLABLE 地點設有無障礙入口。
wheelchair_accessible_restroom BOOLEAN NULLABLE 地點提供無障礙洗手間。
wheelchair_accessible_seating BOOLEAN NULLABLE 場地提供無障礙座位。
regular_opening_hours RECORD NULLABLE 正常營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour RECORD NULLABLE 次要營業時間類型「HAPPY_HOUR」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_happy_hour.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢週五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_happy_hour.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_happy_hour.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_happy_hour.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_happy_hour.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_happy_hour.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_happy_hour.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_happy_hour.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_happy_hour.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_happy_hour.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_happy_hour.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_happy_hour.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through RECORD NULLABLE 次要營業時間類型「DRIVE_THROUGH」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_drive_through.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業中的地點,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_drive_through.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_drive_through.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_drive_through.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_drive_through.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_drive_through.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_drive_through.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_drive_through.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_drive_through.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_drive_through.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_drive_through.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_drive_through.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery RECORD NULLABLE 次要時段類型「DELIVERY」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_delivery.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業中的地點,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_delivery.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_delivery.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_delivery.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_delivery.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_delivery.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_delivery.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_delivery.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_delivery.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_delivery.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_delivery.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_delivery.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout RECORD NULLABLE 次要營業時間類型「外帶」的正常營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_takeout.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_takeout.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_takeout.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_takeout.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_takeout.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_takeout.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_takeout.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_takeout.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_takeout.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_takeout.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_takeout.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_takeout.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen RECORD NULLABLE 次要營業時間類型「廚房」的正常營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_kitchen.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_kitchen.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_kitchen.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_kitchen.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_kitchen.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_kitchen.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_kitchen.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_kitchen.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_kitchen.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_kitchen.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_kitchen.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_kitchen.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast RECORD NULLABLE 次要營業時間類型「早餐」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_breakfast.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_breakfast.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_breakfast.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_breakfast.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_breakfast.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_breakfast.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_breakfast.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_breakfast.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_breakfast.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_breakfast.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_breakfast.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_breakfast.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch RECORD NULLABLE 次要營業時間類型「午餐」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_lunch.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢週五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_lunch.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_lunch.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_lunch.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_lunch.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_lunch.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_lunch.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_lunch.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_lunch.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_lunch.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_lunch.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_lunch.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner RECORD NULLABLE 次要時段類型「晚餐」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_dinner.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢週五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_dinner.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_dinner.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_dinner.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_dinner.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_dinner.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_dinner.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_dinner.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_dinner.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_dinner.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_dinner.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_dinner.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch RECORD NULLABLE 次要營業時間類型「早午餐」的正常營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_brunch.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_brunch.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_brunch.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_brunch.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_brunch.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_brunch.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_brunch.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_brunch.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_brunch.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_brunch.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_brunch.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_brunch.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup RECORD NULLABLE 次要營業時間類型「自取」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_pickup.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_pickup.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_pickup.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_pickup.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_pickup.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_pickup.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_pickup.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_pickup.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_pickup.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_pickup.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_pickup.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_pickup.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access RECORD NULLABLE 次要時段類型「ACCESS」的正常營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_access.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業中的地點,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_access.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_access.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_access.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_access.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_access.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_access.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_access.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_access.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_access.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_access.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_access.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours RECORD NULLABLE 次要營業時間類型「SENIOR_HOURS」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點到中午 12 點,以及晚上 8 點到凌晨 2 點,則 regular_opening_hours_senior_hours.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_senior_hours.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_senior_hours.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_senior_hours.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_senior_hours.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_senior_hours.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_senior_hours.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_senior_hours.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_senior_hours.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_senior_hours.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_senior_hours.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_senior_hours.sunday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours RECORD NULLABLE 次要營業時間類型「ONLINE_SERVICE_HOURS」的一般營業時間。營業時間會依星期幾分隔。如果時間範圍跨越午夜,結束時間會截斷為「23:59:59.999999」,而隔天會包含從「00:00:00.000000」開始的時間間隔。舉例來說,如果某個地點週五的營業時間為上午 8 點至中午 12 點,以及晚上 8 點至凌晨 2 點,則 regular_opening_hours_online_service_hours.friday 的時間範圍會是:[{start_time: '08:00:00', end_time: '12:00:00'}, {start_time: '20:00:00', end_time: '23:59:59.999999'}]。如要查詢星期五下午 5 點營業的場所,可以執行下列查詢:「SELECT WITH AGGREGATION_THRESHOLD COUNT(*) FROM `places` WHERE EXISTS(SELECT * FROM UNNEST(regular_opening_hours_online_service_hours.friday) WHERE '17:00:00' BETWEEN start_time AND end_time)」。
regular_opening_hours_online_service_hours.monday RECORD REPEATED 星期一的營業時段清單。
regular_opening_hours_online_service_hours.monday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.monday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours.tuesday RECORD REPEATED 星期二的營業時段清單。
regular_opening_hours_online_service_hours.tuesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.tuesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours.wednesday RECORD REPEATED 這個地點在星期三的營業時段清單。
regular_opening_hours_online_service_hours.wednesday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.wednesday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours.thursday RECORD REPEATED 這個地點在星期四的營業時段清單。
regular_opening_hours_online_service_hours.thursday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.thursday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours.friday RECORD REPEATED 這個地點在星期五的營業時段清單。
regular_opening_hours_online_service_hours.friday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.friday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours.saturday RECORD REPEATED 這個地點在星期六的營業時段清單。
regular_opening_hours_online_service_hours.saturday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.saturday.end_time TIME NULLABLE 期間的結束時間。
regular_opening_hours_online_service_hours.sunday RECORD REPEATED 地點在星期日的營業時段清單。
regular_opening_hours_online_service_hours.sunday.start_time TIME NULLABLE 期間的開始時間。
regular_opening_hours_online_service_hours.sunday.end_time TIME NULLABLE 期間的結束時間。
ev_charge_options RECORD NULLABLE 該地點提供的電動車充電站資訊。術語定義請見 https://afdc.energy.gov/fuels/electricity_infrastructure.html。一個充電埠一次只能為一輛車充電。一個連接埠有一或多個接頭。一個充電站有一或多個充電座。
ev_charge_options.connector_count INTEGER NULLABLE 這個充電站的連接器數量。不過,由於部分充電埠可能有多個接頭,但一次只能為一輛車充電 (例如),因此接頭數量可能會大於可同時充電的車輛總數。
ev_charge_options.connector_aggregation RECORD REPEATED 電動車充電接頭匯總清單,包含相同類型和相同充電速率的接頭。
ev_charge_options.connector_aggregation.type STRING NULLABLE 這個匯總的連接器類型。
ev_charge_options.connector_aggregation.max_charge_rate_kw FLOAT NULLABLE 匯總中每個接頭的靜態最大充電速率 (以千瓦為單位)。
ev_charge_options.connector_aggregation.count INTEGER NULLABLE 這個匯總中的連接器數量。
brand_ids STRING REPEATED 品牌的專屬 ID。