Text Search (舊版)

歐洲經濟區 (EEA) 開發人員

Text Search (舊版) 會根據字串 (例如「台南魯肉飯」、「西門町附近的鞋店」或「中正路 123 號」),傳回一組地點的相關資訊。這項服務會傳回與文字字串及位置自訂調整設定相符的地點清單。

Text Search (舊版) 適用於模稜兩可的查詢,包括:

查詢類型 範例
概念或限制過多,例如單一查詢中包含多個地點、道路或城市名稱 「Market Street San Francisco San Jose Airport」
Google 地圖未顯示郵政地址元素 「C/O John Smith 123 Main Street」
「P.O. Box 13 San Francisco」
商家、連鎖店或類別的名稱,加上這些實體不適用的地點 「德州達拉斯附近的 Tesco」
有多種解讀方式的模稜兩可查詢 「充電器退貨」
不再使用的舊名稱 "Middlesex United Kingdom"
非地理空間元素或意圖 「Ventura Harbor 有多少艘船?」
非官方或自訂名稱 「The Jenga」
「The Helter Skelter」
經緯度座標 "37.422131,-122.084801"

搜尋回應會包含一份地點清單。您可以傳送 Place Details 要求,索取回應中任何地點的詳細資訊。

Text Search (舊版) 要求

Text Search (舊版) 要求是下列形式的 HTTP 網址:

https://maps.googleapis.com/maps/api/place/textsearch/output?parameters

其中 output 可以是下列任一值:

  • json (建議使用) 表示以 JavaScript 物件標記法 (JSON) 輸出
  • xml 表示輸出內容為 XML

您必須加入某些參數,才能提出搜尋要求。依照網址標準,所有參數都會以 & 字元分隔。

必要參數

  • 查詢

    要搜尋的文字字串,例如「餐廳」或「中正路 123 號」。這必須是地點名稱、位址或建築物類別。任何其他類型的輸入內容都可能會產生錯誤,不保證會傳回有效的結果。Google 地點服務會根據這個字串傳回候選相符項目,並會依據觀察到的關聯性排序結果。

  • 半徑

    定義要傳回地點結果的距離 (以公尺為單位)。您可以傳送 locationradius 參數,針對特定圓形範圍調整結果。這樣就能指示地點介面集服務優先顯示該圓形範圍內的結果,不過系統還是有可能會顯示定義區域外的結果。

    系統會根據搜尋類型和其他參數,自動將半徑限制在最大值內。

    • 自動完成:50,000 公尺
    • Nearby Search:
      • 使用 keywordname:50,000 公尺
      • 不含 keywordname
        • 最多 50,000 公尺,會根據區域密度動態調整,不受 rankby 參數影響。
        • 使用 rankby=distance 時,系統不會接受半徑參數,並會導致 INVALID_REQUEST
    • Query Autocomplete:50,000 公尺
    • Text Search:50,000 公尺

選用參數

  • language

    傳回結果時使用的語言。

    • 查看支援語言清單。Google 會經常更新支援的語言,因此這份清單可能不完整。
    • 如果未提供 language,API 會嘗試使用 Accept-Language 標頭中指定的偏好語言。
    • API 會盡量提供使用者和當地人都能辨識的街道地址。為達成這個目標,系統會以當地語言傳回街道地址,並視需要根據偏好語言,將地址音譯為使用者可讀取的文字。所有其他地址都會以偏好語言顯示。地址元件一律會以同一種語言傳回,而該語言是從第一個元件中選擇。
    • 如果偏好語言沒有名稱,API 會使用最接近的名稱。
    • 偏好語言對 API 選擇傳回的結果集和傳回順序影響不大。地理編碼器會根據語言解讀縮寫,例如街道類型縮寫,或在某種語言中有效但在另一種語言中無效的同義字。舉例來說,utcatér 是匈牙利文的街道同義詞。
  • 位置

    用於擷取地點資訊的點。這必須指定為 latitude,longitude

    如果 location 包含明確位置 (例如 Market in Barcelona),則 location 參數可能會遭到覆寫。query在查詢內容前後加上引號,也可能會影響 locationradius 的權重。
  • maxprice

    限制系統只傳回指定範圍內的結果。有效值介於 0 (最便宜) 和 4 (最昂貴),含首尾兩值。特定值所代表的確切金額會因地區而異。

  • minprice

    限制系統只傳回指定範圍內的結果。有效值介於 0 (最便宜) 和 4 (最昂貴),含首尾兩值。特定值所代表的確切金額會因地區而異。

  • opennow

    只會傳回在查詢當下營業中的地點。如果您在查詢中加入這個參數,系統就不會傳回未於 Google 地點介面集資料庫中指定營業時間的地點。

  • pagetoken

    傳回先前執行搜尋作業的最多 20 個結果。設定 pagetoken 參數會使用先前使用的相同參數執行搜尋,系統會忽略 pagetoken 以外的所有參數。

  • 區域

    區碼,指定為 ccTLD (「頂層網域」) 的兩位字元值。大多數 ccTLD 代碼與 ISO 3166-1 代碼相同,但有一些需要注意的例外情況。舉例來說,英國的 ccTLD 是「uk」(.co.uk),而 ISO 3166-1 代碼是「gb」(技術上是指「大不列顛及北愛爾蘭聯合王國」實體)。

  • 類型

    讓系統在結果中只顯示符合指定類型的地點。只能指定一個類型。如果提供多種類型,系統會忽略第一種類型之後輸入的所有類型。

    • type=hospital|pharmacy|doctor會變成 type=hospital
    • 系統會完全忽略 type=hospital,pharmacy,doctor

    請參閱支援類型清單。

    注意:如果同時新增 keywordtype,且兩者值相同 (keyword=cafe&type=cafekeyword=parking&type=parking),則可能會產生 ZERO_RESULTS

Text Search (舊版) 範例

附註:在這些範例中,您必須將 key 替換成自己的 API 金鑰,要求才能在應用程式中運作。

基本範例

以下範例顯示雪梨附近的餐廳搜尋結果。

curl

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/textsearch/json?query=restaurants%20in%20Sydney&key=YOUR_API_KEY'

HTTP

https://maps.googleapis.com/maps/api/place/textsearch/json
  ?query=restaurants%20in%20Sydney
  &key=YOUR_API_KEY

地址不完整範例

以下範例顯示搜尋不完整地址的結果,在本例中,街道地址未包含城市、州/省或國家/地區。

curl

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/textsearch/json?query=123%20main%20street&key=YOUR_API_KEY'

HTTP

https://maps.googleapis.com/maps/api/place/textsearch/json
  ?query=123%20main%20street
  &key=YOUR_API_KEY

JSON

{
  "html_attributions": [],
  "results":
    [
      {
        "formatted_address": "Main St, Denver, CO 80238, USA",
        "geometry":
          {
            "location": { "lat": 39.782267, "lng": -104.8919341 },
            "viewport":
              {
                "northeast":
                  { "lat": 39.78361682989273, "lng": -104.8905842701073 },
                "southwest":
                  { "lat": 39.78091717010729, "lng": -104.8932839298927 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png",
        "icon_background_color": "#7B9EB0",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet",
        "name": "Main St",
        "place_id": "ChIJIS85_gd7bIcRJIGEPue1cJI",
        "reference": "ChIJIS85_gd7bIcRJIGEPue1cJI",
        "types": ["route"],
      },
    ],
  "status": "OK",
}
    

XML

<?xml version="1.0" encoding="UTF-8"?>
<PlaceSearchResponse>
 <status>OK</status>
 <result>
  <name>Main St</name>
  <type>route</type>
  <formatted_address>Main St, Denver, CO 80238, USA</formatted_address>
  <geometry>
   <location>
    <lat>39.7822670</lat>
    <lng>-104.8919341</lng>
   </location>
   <viewport>
    <southwest>
     <lat>39.7809172</lat>
     <lng>-104.8932839</lng>
    </southwest>
    <northeast>
     <lat>39.7836168</lat>
     <lng>-104.8905843</lng>
    </northeast>
   </viewport>
  </geometry>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png</icon>
  <reference>ChIJIS85_gd7bIcRJIGEPue1cJI</reference>
  <place_id>ChIJIS85_gd7bIcRJIGEPue1cJI</place_id>
  <icon_background_color>#7B9EB0</icon_background_color>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet</icon_mask_base_uri>
 </result>
</PlaceSearchResponse>

    

地點偏誤示例

以下範例顯示在先前範例中搜尋相同的不完整地址,並包含 locationradius 參數,將結果偏向感興趣的區域。

curl

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/textsearch/json?query=123%20main%20street&location=42.3675294%2C-71.186966&radius=10000&key=YOUR_API_KEY'

HTTP

https://maps.googleapis.com/maps/api/place/textsearch/json
  ?location=42.3675294%2C-71.186966
  &query=123%20main%20street
  &radius=10000
  &key=YOUR_API_KEY

JSON

{
  "html_attributions": [],
  "results":
    [
      {
        "formatted_address": "123 Main St, Boston, MA 02110, USA",
        "geometry":
          {
            "location": { "lat": 42.3744917, "lng": -71.0634802 },
            "viewport":
              {
                "northeast":
                  { "lat": 42.37581642989272, "lng": -71.06219107010727 },
                "southwest":
                  { "lat": 42.37311677010727, "lng": -71.06489072989272 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png",
        "icon_background_color": "#7B9EB0",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet",
        "name": "123 Main St",
        "place_id": "ChIJd_ueCe1w44kRD_KFuN5w5nA",
        "plus_code":
          {
            "compound_code": "9WFP+QJ Boston, Massachusetts",
            "global_code": "87JC9WFP+QJ",
          },
        "reference": "ChIJd_ueCe1w44kRD_KFuN5w5nA",
        "types": ["street_address"],
      },
    ],
  "status": "OK",
}
    

XML

<?xml version="1.0" encoding="UTF-8"?>
<PlaceSearchResponse>
 <status>OK</status>
 <result>
  <name>123 Main St</name>
  <type>street_address</type>
  <formatted_address>123 Main St, Boston, MA 02110, USA</formatted_address>
  <geometry>
   <location>
    <lat>42.3744917</lat>
    <lng>-71.0634802</lng>
   </location>
   <viewport>
    <southwest>
     <lat>42.3731168</lat>
     <lng>-71.0648907</lng>
    </southwest>
    <northeast>
     <lat>42.3758164</lat>
     <lng>-71.0621911</lng>
    </northeast>
   </viewport>
  </geometry>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png</icon>
  <reference>ChIJd_ueCe1w44kRD_KFuN5w5nA</reference>
  <place_id>ChIJd_ueCe1w44kRD_KFuN5w5nA</place_id>
  <plus_code>
   <global_code>87JC9WFP+QJ</global_code>
   <compound_code>9WFP+QJ Boston, Massachusetts</compound_code>
  </plus_code>
  <icon_background_color>#7B9EB0</icon_background_color>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet</icon_mask_base_uri>
 </result>
</PlaceSearchResponse>

    

舊版「Text Search」回應

搜尋回應會以網址要求路徑中的 output 標記所指出的格式傳回。

以下範例顯示Text Search (舊版) 回應。

JSON

{
  "html_attributions": [],
  "next_page_token": "Aap_uEAHsgFErpxZrytW1mgKsefD327VCf0OgNF9vpXPwTOG6AGhEZpGgMgofSzgCahevXhneCe9M9H24SOuE4ZcaE0ZR01gVykQZ6EoDnlWEQvXBXe6z0sgF5MQo7qBb6uD4VHKDLhgR59Lb86BzTHJzTzbm61OAPvyInZoaQxK8-oEf2PShZT7XRJKoF5nISbwvU_-RomwGDVi27oj0fToIyV-Vj2ftJw8ZUPbdGGCbcDolQyAwj11Dy2aaeK4SGwg2mO5Akxa7fCze2RJ0GCAvXXp7omTFDy_47OXsFgDPfzluc7mEb5VlzlIMZ0eWQ8VeNigtv-XZZG0f3HSo81Yeq3QhXedJ5oNE1XCwyMly3YVgw_h3amOzAOuDigF1pgFnfGyzxD8vr2bfbPTNvA9l7IJ8Q",
  "results":
    [
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "1 Macquarie St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8592041, "lng": 151.2132635 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.85786707010728, "lng": 151.2147093298927 },
                "southwest":
                  { "lat": -33.86056672989272, "lng": 151.2120096701072 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Aria Restaurant Sydney",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 4032,
              "html_attributions":
                [
                  'Dohyun Kim',
                ],
              "photo_reference": "Aap_uED7B83PoQ1wNgzYcFZEOw1P2DqNjlaqiXxo-r4F_NaR27uV2OiIvijkI6RYyfiiHYo9UqjnZkRtZaNTk4C6Ickh3k3stsSvBU0KfLtFow-oRujSYYChYwiYhVyP27omLzQQjafhJ2N3LJbjcMxSePKXsQzYCqmOLWg0E9mSExMJ4aM",
              "width": 3024,
            },
          ],
        "place_id": "ChIJdxxU1WeuEmsR11c4fswX-Io",
        "plus_code":
          {
            "compound_code": "46R7+88 Sydney, New South Wales, Australia",
            "global_code": "4RRH46R7+88",
          },
        "price_level": 4,
        "rating": 4.5,
        "reference": "ChIJdxxU1WeuEmsR11c4fswX-Io",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 1681,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "15 Bligh St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8651396, "lng": 151.2104533 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86384167010728, "lng": 151.2118993298927 },
                "southwest":
                  { "lat": -33.86654132989272, "lng": 151.2091996701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Restaurant Hubert",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 683,
              "html_attributions":
                [
                  'Ashley Hughes',
                ],
              "photo_reference": "Aap_uEB41WOb_Nl8I8py4D6uXoLHzVYtFZZcucYdYAN1FtzXBnAu59xXrxk5tekoktAbklwmHeSFfdnTCWgHRZ1C5Azp9AMCP9GRGV1f2Z1-5kjsVgnYPiq82JoueSUdCSQJFabyL0cagtcGaFKetVi7DmUIHDQknEPCh_cpCbdOMw4Bkq5q",
              "width": 1024,
            },
          ],
        "place_id": "ChIJF5-RdGquEmsR5rN_H74uSqQ",
        "plus_code":
          {
            "compound_code": "46M6+W5 Sydney, New South Wales, Australia",
            "global_code": "4RRH46M6+W5",
          },
        "price_level": 3,
        "rating": 4.6,
        "reference": "ChIJF5-RdGquEmsR5rN_H74uSqQ",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 2393,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "529 Kent St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8751241, "lng": 151.2049722 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.87375712010727, "lng": 151.2065098798927 },
                "southwest":
                  { "lat": -33.87645677989271, "lng": 151.2038102201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Tetsuya's Restaurant",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 1536,
              "html_attributions":
                [
                  'A Google User',
                ],
              "photo_reference": "Aap_uEABxcDNSMAz51CRsIr5ejvKYb61EQ94XxZTVO_mGdB8OcnoywPCx8f9e6xeAJjPzCcW_2ds6GfObP5l1gkq9lily-rVi5z2x2Ue7CvLwKyquIJnrF6offeY79I-jeiL153aXMNcunfpA2ERTkzl8SX9jSh7T5wZ49oSKL-0F8fh8kVF",
              "width": 2304,
            },
          ],
        "place_id": "ChIJxXSgfDyuEmsR3X5VXGjBkFg",
        "plus_code":
          {
            "compound_code": "46F3+XX Sydney, New South Wales, Australia",
            "global_code": "4RRH46F3+XX",
          },
        "price_level": 4,
        "rating": 4.6,
        "reference": "ChIJxXSgfDyuEmsR3X5VXGjBkFg",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 1127,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "98 Clarence St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8679688, "lng": 151.2053027 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86662567010728, "lng": 151.2065763298927 },
                "southwest":
                  { "lat": -33.86932532989272, "lng": 151.2038766701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Bistro Papillon",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 2880,
              "html_attributions":
                [
                  'kate Kwak',
                ],
              "photo_reference": "Aap_uEDTgSYN79L90iMhL-g9lZX-52myIvxBj82nYBA2MTVnSNbuqBwnDBkjHuiLHMG_0e4na2UxV8EpxZCHoisxLHRTFkr8ahDCVhgK9cxhnEgSjmqIPAQh7n23JqfHAzSp-2ksgg9FaK2NYNyAfhC_MtSFUXyVd0aNLdEsj95pWuFWlRyi",
              "width": 2160,
            },
          ],
        "place_id": "ChIJywXDWT-uEmsRxyuZ0Inwi04",
        "plus_code":
          {
            "compound_code": "46J4+R4 Sydney, New South Wales, Australia",
            "global_code": "4RRH46J4+R4",
          },
        "price_level": 3,
        "rating": 4.5,
        "reference": "ChIJywXDWT-uEmsRxyuZ0Inwi04",
        "types":
          [
            "meal_takeaway",
            "restaurant",
            "point_of_interest",
            "food",
            "establishment",
          ],
        "user_ratings_total": 498,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "Ground Floor, 199 George St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8616781, "lng": 151.2077174 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86039142010728, "lng": 151.2091855798927 },
                "southwest":
                  { "lat": -33.86309107989273, "lng": 151.2064859201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Mode Kitchen & Bar",
        "opening_hours": { "open_now": true },
        "photos":
          [
            {
              "height": 1536,
              "html_attributions":
                [
                  'Mode Kitchen & Bar',
                ],
              "photo_reference": "Aap_uECCCAhdFqO1rCWXBXK2Ub1UloT6k5-VfS_J3HSNB_Znw1gEd78ltmokAt_g5kBa2dKrVKt_ob4rSJBvrREXUykDzRWChaXHIacM8KJix6J97T2P2WrzEP5FpNRsnfim8f4biVSNKSwmXGX_ZynFSmgBQOgDt1iVpdZ0IZ1beSPLHPL3",
              "width": 2048,
            },
          ],
        "place_id": "ChIJL2r6S0KuEmsRxzk0sfWZYnU",
        "plus_code":
          {
            "compound_code": "46Q5+83 Sydney, New South Wales, Australia",
            "global_code": "4RRH46Q5+83",
          },
        "price_level": 2,
        "rating": 4.4,
        "reference": "ChIJL2r6S0KuEmsRxzk0sfWZYnU",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 217,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "Colonial Mutual Life Building, Angel Pl, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8671138, "lng": 151.2083642 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86574872010727, "lng": 151.2097876798927 },
                "southwest":
                  { "lat": -33.86844837989272, "lng": 151.2070880201072 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Long Chim Sydney",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 4480,
              "html_attributions":
                [
                  'Long Chim Sydney',
                ],
              "photo_reference": "Aap_uECawW_4NulE_MO_wdqh5WwoX9oIMSVnhkjv73J87-xfYE0zYMeUX23RY3F45RPyREWucZeF5KY8Ty_Vir3uQ01EglcwQq_unavJ5wM1CUpLamMyuY4ifMisnNJcbDywnvlKUqcW8WfAD6fPIxeSKxVjsl6E9h9keqyy73DRRm3FuqMd",
              "width": 6720,
            },
          ],
        "place_id": "ChIJ98SIQkCuEmsRQAStwDCAshw",
        "plus_code":
          {
            "compound_code": "46M5+58 Sydney, New South Wales, Australia",
            "global_code": "4RRH46M5+58",
          },
        "price_level": 3,
        "rating": 4.1,
        "reference": "ChIJ98SIQkCuEmsRQAStwDCAshw",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 1234,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "17-19 Alberta St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8777986, "lng": 151.2105307 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.87646642010727, "lng": 151.2119536298927 },
                "southwest":
                  { "lat": -33.87916607989272, "lng": 151.2092539701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Alberto's Lounge",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 4000,
              "html_attributions":
                [
                  'Kreeson Naraidoo',
                ],
              "photo_reference": "Aap_uEAKwkOCpQ5q8I0mLRMpDLfSe1E6g7umIx6QSy3GrWO-w6Yk533jOo0kCHi1LinjLzbFoSRxNcyvTk0RXj502jGe6VU__UOPjEB6GetV3Dpwgs_xR0Rb52wlx4BFMz8QbsIWOZNzF9Nutk_gLjCPKWk-A_eWjxmQerT7ZWG3OKhDkd_K",
              "width": 6000,
            },
          ],
        "place_id": "ChIJU_xO9hOvEmsRERZv-itx524",
        "plus_code":
          {
            "compound_code": "46C6+V6 Sydney, New South Wales, Australia",
            "global_code": "4RRH46C6+V6",
          },
        "rating": 4.6,
        "reference": "ChIJU_xO9hOvEmsRERZv-itx524",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 548,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "25 Bligh St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8654401, "lng": 151.2101016 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86417187010728, "lng": 151.2115775298928 },
                "southwest":
                  { "lat": -33.86687152989273, "lng": 151.2088778701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Chophouse Sydney",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 3550,
              "html_attributions":
                [
                  'A Google User',
                ],
              "photo_reference": "Aap_uEAWMbQLzK8Hf4k2UHZZ9bmXF6U8ghWjT4d3r6a3g6Jj0s4i3mDumwH49NWyAZe_gT6Dzmne8UoMPGYBSXDb8sKCUCGQRyMViMEWJCFDuT4Jvjwa_7JXsyj0_VEm9nmua4Sy39K9uk8ZQEUTMCqEIPlYzxRo3VXUm0KkM4TrPnJ8eDG9",
              "width": 5325,
            },
          ],
        "place_id": "ChIJZ-VZ30GuEmsRwLVCmEo-B2I",
        "plus_code":
          {
            "compound_code": "46M6+R2 Sydney, New South Wales, Australia",
            "global_code": "4RRH46M6+R2",
          },
        "price_level": 3,
        "rating": 4.3,
        "reference": "ChIJZ-VZ30GuEmsRwLVCmEo-B2I",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 1174,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "46-52 Meagher St, Chippendale NSW 2008, Australia",
        "geometry":
          {
            "location": { "lat": -33.8874605, "lng": 151.2008331 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.88617642010727, "lng": 151.2021869298927 },
                "southwest":
                  { "lat": -33.88887607989272, "lng": 151.1994872701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Ester Restaurant",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 4032,
              "html_attributions":
                [
                  'Angela Tong',
                ],
              "photo_reference": "Aap_uEDAVR2ZbxrkwY2XIKsAO_K54A3sLZof-Cc8vjyqKVRXhwoOU8OkOpSG8dFFjJqD0EungtPoFuOAVmrZDA5sdUqgekvLTneFEWvQntR4zE0s8fuaVZf6nnl4FUnAalKWOQwEakMlAFT-PvqHzXaXfvuMJ69euepMNMJCWUCUz9HlzSuB",
              "width": 3024,
            },
          ],
        "place_id": "ChIJ7WdhetixEmsRzIf7Q-q6ocY",
        "plus_code":
          {
            "compound_code": "4672+28 Chippendale, New South Wales, Australia",
            "global_code": "4RRH4672+28",
          },
        "price_level": 3,
        "rating": 4.5,
        "reference": "ChIJ7WdhetixEmsRzIf7Q-q6ocY",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 956,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "27 O'Connell St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8652017, "lng": 151.2088233 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86401937010727, "lng": 151.2103577298927 },
                "southwest":
                  { "lat": -33.86671902989272, "lng": 151.2076580701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Bentley Restaurant + Bar",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 3024,
              "html_attributions":
                [
                  'A Google User',
                ],
              "photo_reference": "Aap_uEC2sk8YPyjk7yBwj6pWLHMjQea6HkLgzw2VTgxaU9GAR4Z7cKZ-XDixUWpcmtpyKPJzYoVlSv92kxGTOgkAGZEyDdXGJWT5RgLZRi_HOGVtWBrwYqD5IusdvQ4fBZj2j3yDOyM5Rw-fZpl-MiiSjhubuvR0Ra_x5PbDjVvYb5lgN_Yp",
              "width": 3024,
            },
          ],
        "place_id": "ChIJybJExkGuEmsRmpbxj1gH_-U",
        "plus_code":
          {
            "compound_code": "46M5+WG Sydney, New South Wales, Australia",
            "global_code": "4RRH46M5+WG",
          },
        "price_level": 4,
        "rating": 4.3,
        "reference": "ChIJybJExkGuEmsRmpbxj1gH_-U",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 606,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "56 Pirrama Rd, Pyrmont NSW 2009, Australia",
        "geometry":
          {
            "location": { "lat": -33.8668159, "lng": 151.1973855 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86555562010727, "lng": 151.1990430798927 },
                "southwest":
                  { "lat": -33.86825527989272, "lng": 151.1963434201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "LuMi Dining",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 3456,
              "html_attributions":
                [
                  'Qing-Ling Tran',
                ],
              "photo_reference": "Aap_uEBWfjS-8EN9i6bl8cflsqTawfHBVe2X7ZZ0BlJC0ri_MMEn-9k7oLhCq5gdozyhx-trWhl_FdrUdUPWerEW_MRa6eLD4cmLL1ZdF418ZtYSOnR3H1aIbmQpGNF7ltXrzaWVFI1MKYzJoat4WnyUyDUPPGx5dynj_rC4ufTTFTLqV2jb",
              "width": 4608,
            },
          ],
        "place_id": "ChIJDZzo5DeuEmsRsi1wzrIp6HY",
        "plus_code":
          {
            "compound_code": "45MW+7X Pyrmont, New South Wales, Australia",
            "global_code": "4RRH45MW+7X",
          },
        "price_level": 4,
        "rating": 4.6,
        "reference": "ChIJDZzo5DeuEmsRsi1wzrIp6HY",
        "types":
          ["bar", "restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 648,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "39 Lime St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.867806, "lng": 151.2017201 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86646482010728, "lng": 151.2031808298927 },
                "southwest":
                  { "lat": -33.86916447989272, "lng": 151.2004811701072 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "The Malaya",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 885,
              "html_attributions":
                [
                  'The Malaya',
                ],
              "photo_reference": "Aap_uEALKL4StbrRJxvVFBPP4bFq7exqB3GLs_qDheVF_MQD9mIq4XG2QeXc1WimxybYSkdl2sj1e9xXzR_ZTTaHC13faCQxY4t2BM2HMJ20sCZZoE2TKDRIwuQ4B7AxnMypKBTUXtkHTtsMJPI8nTIIKoa5b8rM9Pf3HnUacPUg0kKmlfqj",
              "width": 884,
            },
          ],
        "place_id": "ChIJ4U8HhjiuEmsRyevJVTxWbFo",
        "plus_code":
          {
            "compound_code": "46J2+VM Sydney, New South Wales, Australia",
            "global_code": "4RRH46J2+VM",
          },
        "price_level": 3,
        "rating": 4.5,
        "reference": "ChIJ4U8HhjiuEmsRyevJVTxWbFo",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 1344,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "60 Carrington St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8668185, "lng": 151.2064637 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86546022010727, "lng": 151.2076971798927 },
                "southwest":
                  { "lat": -33.86815987989272, "lng": 151.2049975201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Bopp & Tone",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 1179,
              "html_attributions":
                [
                  'Md. Kurban Ali',
                ],
              "photo_reference": "Aap_uEDb3R6906_imHTfBq-WvDVaUYWYletbwXZ_lk_pUmdZ6e_ldeX-kmVg470dN7kL0V7fmRlLwblKhEHpcwU9ryWE97boU0u021G9IybZSA7dzM07eUfMNbdBYAU9SJzUihkkKYHXRaGjUQah8hsQHRzoMe0fU6SUD5VJgdOiCfAg3jzA",
              "width": 1772,
            },
          ],
        "place_id": "ChIJfTxskB6vEmsRXPSIwVlleUA",
        "plus_code":
          {
            "compound_code": "46M4+7H Sydney, New South Wales, Australia",
            "global_code": "4RRH46M4+7H",
          },
        "price_level": 1,
        "rating": 4.7,
        "reference": "ChIJfTxskB6vEmsRXPSIwVlleUA",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 689,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "17 Bligh St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8653056, "lng": 151.2103593 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86401087010728, "lng": 151.2117942798927 },
                "southwest":
                  { "lat": -33.86671052989272, "lng": 151.2090946201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Balcón by Tapavino",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 2359,
              "html_attributions":
                [
                  'A Google User',
                ],
              "photo_reference": "Aap_uECptqTTZFSmP9ZQ6gZpwBUHd1oPYdpYimtZu0hPlQYsy2dwEirrOnIvzj-bytjVTXPps_462XYekZHVXtXcd68S4HVKcxGOODVskziJFnxqP-gR7ToqWHusnfVmzjeEip_ofrJwIRC9rIeQNfdDdY5bR3EHHg-RBifLT78Hgy_9AmDR",
              "width": 4192,
            },
          ],
        "place_id": "ChIJTxj0dGquEmsR-6tLuaGJl_M",
        "plus_code":
          {
            "compound_code": "46M6+V4 Sydney, New South Wales, Australia",
            "global_code": "4RRH46M6+V4",
          },
        "price_level": 3,
        "rating": 4.4,
        "reference": "ChIJTxj0dGquEmsR-6tLuaGJl_M",
        "types":
          ["bar", "restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 615,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "Shop 100/412/414 George St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8694151, "lng": 151.2071166 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86806547010728, "lng": 151.2084946798927 },
                "southwest":
                  { "lat": -33.87076512989272, "lng": 151.2057950201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "The Restaurant Pendolino",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 1365,
              "html_attributions":
                [
                  'The Restaurant Pendolino',
                ],
              "photo_reference": "Aap_uEDQIyh5y5AoYrcKQewc9VRhruEl5uP9RoCAvSNblDjgl4_noqxRu533JpHJ05JsHmFFGBstVK6VI3liXUT25hItj4XPWmgt82fAWtho-Ug0Y9L7csf2i2xdb28SK4NsyqHA4Vf-J6o2jxPDRu-UM_lPP_wrkCzHdl4owDtXSFB0Yv4T",
              "width": 2048,
            },
          ],
        "place_id": "ChIJL1zhdD-uEmsRgDPXKOx1JyU",
        "plus_code":
          {
            "compound_code": "46J4+6R Sydney, New South Wales, Australia",
            "global_code": "4RRH46J4+6R",
          },
        "price_level": 3,
        "rating": 4.6,
        "reference": "ChIJL1zhdD-uEmsRgDPXKOx1JyU",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 505,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "4 Ash St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8669418, "lng": 151.2075261 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86557222010728, "lng": 151.2089249298927 },
                "southwest":
                  { "lat": -33.86827187989272, "lng": 151.2062252701072 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Mercado",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 3183,
              "html_attributions":
                [
                  'Mercado',
                ],
              "photo_reference": "Aap_uEA5WUv48wnMuPFig77wsLUcSSckmhgYcvkn3U0C6_VusopaQQYWMpWpi8r_mbwxDST8Y3eKHeqzSOTOy-6Xals5vXGxKM9QG8QloLN9zlk5FpfjCmRiXWFj2hGh5RTXumuBoq2WY5HmKgLXVK3Wa-59thWtv1o6bLJawqM1dad3rPIn",
              "width": 4774,
            },
          ],
        "place_id": "ChIJCXaGXkCuEmsR_O_xTuWrmT8",
        "plus_code":
          {
            "compound_code": "46M5+62 Sydney, New South Wales, Australia",
            "global_code": "4RRH46M5+62",
          },
        "price_level": 3,
        "rating": 4.4,
        "reference": "ChIJCXaGXkCuEmsR_O_xTuWrmT8",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 572,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "1 Angel Pl, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8670308, "lng": 151.208067 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86563237010727, "lng": 151.2094688798927 },
                "southwest":
                  { "lat": -33.86833202989272, "lng": 151.2067692201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Ragazzi Wine and Pasta",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 1000,
              "html_attributions":
                [
                  'A Google User',
                ],
              "photo_reference": "Aap_uEDfY4kMWk39O1mGg8-nYtl970y3-sr7ex3F5EUu9aL-FL5MGigK4uWf45YFO1a2rF3uaUQ2VTT9W5GjpaTlljko5Brrm5h3XOkS5uPvuYba_mK_K_mx0Byz2WbXh9-7r9jlz075DJMiG7rs42aw26bwffF4aYZpBoQfxipXEMc4_92i",
              "width": 1500,
            },
          ],
        "place_id": "ChIJTRnbxc6vEmsRnUOl_URYSvs",
        "plus_code":
          {
            "compound_code": "46M5+56 Sydney, New South Wales, Australia",
            "global_code": "4RRH46M5+56",
          },
        "rating": 4.4,
        "reference": "ChIJTRnbxc6vEmsRnUOl_URYSvs",
        "types":
          ["restaurant", "bar", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 433,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "5 Kensington St, Chippendale NSW 2008, Australia",
        "geometry":
          {
            "location": { "lat": -33.8848073, "lng": 151.2015895 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.88340327010728, "lng": 151.2029597798927 },
                "southwest":
                  { "lat": -33.88610292989272, "lng": 151.2002601201073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Automata Restaurant",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 3024,
              "html_attributions":
                [
                  'IS L',
                ],
              "photo_reference": "Aap_uEDo7q_kvvgqOXdvRb0Uu2Fa3V_UYYFeBq7V9xTwn4353OI9jzFxrCoJk63NUbUZPd4BFbK0dPXNjBZ_-5f9b-8Dh6IKkgW0ynExs4rsfjA5YxqkYKc2WKCAElKKrR8N7G0PfV-y4CqdYc9syC3bzC571VFna2ZUudx_ljlrHXL4jnOW",
              "width": 4032,
            },
          ],
        "place_id": "ChIJhfcGASeuEmsRmj19JwYiqUo",
        "plus_code":
          {
            "compound_code": "4682+3J Chippendale, New South Wales, Australia",
            "global_code": "4RRH4682+3J",
          },
        "price_level": 3,
        "rating": 4.4,
        "reference": "ChIJhfcGASeuEmsRmj19JwYiqUo",
        "types": ["restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 474,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "Bennelong Point, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8567498, "lng": 151.2152535 },
            "viewport":
              {
                "northeast": { "lat": -33.85569109999999, "lng": 151.21607855 },
                "southwest": { "lat": -33.8599259, "lng": 151.21277835 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Bennelong",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 3840,
              "html_attributions":
                [
                  'A Google User',
                ],
              "photo_reference": "Aap_uEDHg9QjKCjtzVDOOJtqOEHSp2iQ8rykuMNdHDFuviyfbJP9XfxM6x2TdxZYuu4kfSrn79o5DroGRG6NQR5pa3OVlFBVVfD88uUKBlhxnOlq4GqRbgk8W1xT0TxL7fjlKPPqa3hA0ZrweoOknLRDxv8zCKpPZu0gdlJfoKAG_VAnbUv-",
              "width": 5760,
            },
          ],
        "place_id": "ChIJQcmNYGauEmsR84D5HAJJUhw",
        "plus_code":
          {
            "compound_code": "46V8+84 Sydney, New South Wales, Australia",
            "global_code": "4RRH46V8+84",
          },
        "price_level": 4,
        "rating": 4.5,
        "reference": "ChIJQcmNYGauEmsR84D5HAJJUhw",
        "types":
          ["bar", "restaurant", "point_of_interest", "food", "establishment"],
        "user_ratings_total": 1230,
      },
      {
        "business_status": "OPERATIONAL",
        "formatted_address": "123 Clarence St, Sydney NSW 2000, Australia",
        "geometry":
          {
            "location": { "lat": -33.8671505, "lng": 151.2049296 },
            "viewport":
              {
                "northeast":
                  { "lat": -33.86582657010727, "lng": 151.2063577298927 },
                "southwest":
                  { "lat": -33.86852622989272, "lng": 151.2036580701073 },
              },
          },
        "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png",
        "icon_background_color": "#FF9E67",
        "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet",
        "name": "Machiavelli",
        "opening_hours": { "open_now": false },
        "photos":
          [
            {
              "height": 605,
              "html_attributions":
                [
                  'Nikhil Kuchroo',
                ],
              "photo_reference": "Aap_uEBKwIZhaQQgPdMT72V5LBm4ELL7a9SZOtIObjmvn_mYzY1fFq3lIHrzg8NRas-h4fhWdNfC8QC4qVrPUP6VpnIRheN9jdBteNRjWiFRyCSQFEDsW2JUU3h4kCTnf90Uw0KcWyXPACm9ZXq1Wp-m2Dkx4AbSYpo17chLhDCQlLBmSDjP",
              "width": 1280,
            },
          ],
        "place_id": "ChIJgVcAr0CuEmsRJjJm03tgFtE",
        "plus_code":
          {
            "compound_code": "46M3+4X Sydney, New South Wales, Australia",
            "global_code": "4RRH46M3+4X",
          },
        "price_level": 3,
        "rating": 4.5,
        "reference": "ChIJgVcAr0CuEmsRJjJm03tgFtE",
        "types":
          [
            "meal_takeaway",
            "restaurant",
            "point_of_interest",
            "food",
            "establishment",
          ],
        "user_ratings_total": 529,
      },
    ],
  "status": "OK",
}
    

XML

<?xml version="1.0" encoding="UTF-8"?>
<PlaceSearchResponse>
 <status>OK</status>
 <result>
  <name>Aria Restaurant Sydney</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>1 Macquarie St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8592041</lat>
    <lng>151.2132635</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8605667</lat>
     <lng>151.2120097</lng>
    </southwest>
    <northeast>
     <lat>-33.8578671</lat>
     <lng>151.2147093</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.5</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJdxxU1WeuEmsR11c4fswX-Io</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEDOK3C-umU4a2um8NR1G_b_MNPEG1ogm0PLp49myXaj0AD2aT60YrNlbrwnvg2VBrCmE2kBsuDmwZgXL8V-vU2ToVhNgp3A8zAjtx15slWyCxm3WCvWFEPE-_eBoj0Dlh83k_oWPN65B0blYM-qXLBY1PJZbq14gOUXabf31PSo1yA</photo_reference>
   <width>3024</width>
   <height>4032</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/112033760018394328606&quot;&gt;Dohyun Kim&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>4</price_level>
  <user_ratings_total>1681</user_ratings_total>
  <place_id>ChIJdxxU1WeuEmsR11c4fswX-Io</place_id>
  <plus_code>
   <global_code>4RRH46R7+88</global_code>
   <compound_code>46R7+88 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Restaurant Hubert</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>15 Bligh St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8651396</lat>
    <lng>151.2104533</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8665413</lat>
     <lng>151.2091997</lng>
    </southwest>
    <northeast>
     <lat>-33.8638417</lat>
     <lng>151.2118993</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.6</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJF5-RdGquEmsR5rN_H74uSqQ</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEDhALUBAcrBEprGmkq0_kj9kC4IEWod9h0PZBu-A1mXPN_ZfylpiDXRWxOtuONEFQIqjREf7C28LQDjzqVl4ZD0gZUk4Y0JHPDWaTlfVwijaPfw221p175Sk4po7rB2t7HgjQF2c5O12FYnvNzRiCrkOjr4xroJgzcnp1LV0y8w7gtb</photo_reference>
   <width>1024</width>
   <height>683</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/113719639442868633401&quot;&gt;Ashley Hughes&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>2393</user_ratings_total>
  <place_id>ChIJF5-RdGquEmsR5rN_H74uSqQ</place_id>
  <plus_code>
   <global_code>4RRH46M6+W5</global_code>
   <compound_code>46M6+W5 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Tetsuya's Restaurant</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>529 Kent St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8751241</lat>
    <lng>151.2049722</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8764568</lat>
     <lng>151.2038102</lng>
    </southwest>
    <northeast>
     <lat>-33.8737571</lat>
     <lng>151.2065099</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.6</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJxXSgfDyuEmsR3X5VXGjBkFg</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEB_575EN5x3iSrUDg7DHG11QRK8rfHuSVXkDZ3pb6AV-YsP5zwykhIe3s7QiFXU_aHsUTrrxr4fk3GCDhebLdA2WYzPLy6jnlCC1VmKempE7auGiFFXpwIif6ZHmMbXjTVZYJEZCAsi_JypzPJCrKsCAB18FT9xHO7OnYXdmucWlX4w</photo_reference>
   <width>2304</width>
   <height>1536</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/104244205094808346734&quot;&gt;A Google User&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>4</price_level>
  <user_ratings_total>1127</user_ratings_total>
  <place_id>ChIJxXSgfDyuEmsR3X5VXGjBkFg</place_id>
  <plus_code>
   <global_code>4RRH46F3+XX</global_code>
   <compound_code>46F3+XX Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Bistro Papillon</name>
  <type>meal_takeaway</type>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>98 Clarence St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8679688</lat>
    <lng>151.2053027</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8693253</lat>
     <lng>151.2038767</lng>
    </southwest>
    <northeast>
     <lat>-33.8666257</lat>
     <lng>151.2065763</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.5</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJywXDWT-uEmsRxyuZ0Inwi04</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEBIYHY3mR7m2duLrbyemmbf-L6H7XDkUMIZSmMyM_zoO26vDSWPjRL-TCnXOMZwRkV9ZTEmTMkfzMm3Jw_W1fx8JiKTZICa5pIPWL_O1yTqyvPemrQFeUBtTgkKUTD7GpDFyuMkYo0yG3MDqTf5YHDGvoHMDND3KK-bDYHoN6pB2TdX</photo_reference>
   <width>2160</width>
   <height>2880</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/115283784392961129380&quot;&gt;kate Kwak&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>498</user_ratings_total>
  <place_id>ChIJywXDWT-uEmsRxyuZ0Inwi04</place_id>
  <plus_code>
   <global_code>4RRH46J4+R4</global_code>
   <compound_code>46J4+R4 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Mode Kitchen &amp; Bar</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>Ground Floor, 199 George St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8616781</lat>
    <lng>151.2077174</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8630911</lat>
     <lng>151.2064859</lng>
    </southwest>
    <northeast>
     <lat>-33.8603914</lat>
     <lng>151.2091856</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.4</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJL2r6S0KuEmsRxzk0sfWZYnU</reference>
  <opening_hours>
   <open_now>true</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEASPu-rtJYGv3tQapjyWGceD6yK1nxYroqbfdKjKQhmo9CgUZXFy7XxcKSMz750vOrWpGmM3x01vIOgFbrI1i2k9j_dPzAL448dG7nr2YWTgnDZ9m7BAJ6GiX6VL8M0jDQDdP3pe_0AmFlXaE3Z8ap8Dht421fJd_6aTB8jM8pgGTJ1</photo_reference>
   <width>2048</width>
   <height>1536</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/104492734984758109746&quot;&gt;Mode Kitchen &amp;amp; Bar&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>2</price_level>
  <user_ratings_total>217</user_ratings_total>
  <place_id>ChIJL2r6S0KuEmsRxzk0sfWZYnU</place_id>
  <plus_code>
   <global_code>4RRH46Q5+83</global_code>
   <compound_code>46Q5+83 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Long Chim Sydney</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>Colonial Mutual Life Building, Angel Pl, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8671138</lat>
    <lng>151.2083642</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8684484</lat>
     <lng>151.2070880</lng>
    </southwest>
    <northeast>
     <lat>-33.8657487</lat>
     <lng>151.2097877</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.1</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJ98SIQkCuEmsRQAStwDCAshw</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEDYTJ_ClkXilumsKfeHZcY2_hKSzfiC70R7vT_IusY42yfbtOHUdOAMW8v8d0L0AQvUB7826adF_Qa_atQgeCWd6zqzg_Dzg3-_zRLP-2oJhkUfF1-mA1EjGFzT32Pee_JoTfRBM-d5f7UO7nhCIPN614-yz2ypFMzRh6-3EruKpbVo</photo_reference>
   <width>6720</width>
   <height>4480</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/106160289014902493250&quot;&gt;Long Chim Sydney&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>1234</user_ratings_total>
  <place_id>ChIJ98SIQkCuEmsRQAStwDCAshw</place_id>
  <plus_code>
   <global_code>4RRH46M5+58</global_code>
   <compound_code>46M5+58 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Alberto's Lounge</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>17-19 Alberta St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8777986</lat>
    <lng>151.2105307</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8791661</lat>
     <lng>151.2092540</lng>
    </southwest>
    <northeast>
     <lat>-33.8764664</lat>
     <lng>151.2119536</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.6</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJU_xO9hOvEmsRERZv-itx524</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEBnAfmnxStOZnhEcR3-976dYbszZ_hzsoAIJC9-_vEn0wvChH6zgnRKsZJ_Zjf5WybF9w_nDTf-vAVwXm2bV7Tk2d7hHmpxawrmlTJwKIEzlrpSWmEDR_UkBZCe8dyu7k9eP34cnn-jhJ0DG-Nqna7B1P2szOwNq0vXthSh2OH-Ju0c</photo_reference>
   <width>6000</width>
   <height>4000</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/117499940191355312122&quot;&gt;Kreeson Naraidoo&lt;/a&gt;</html_attribution>
  </photo>
  <user_ratings_total>548</user_ratings_total>
  <place_id>ChIJU_xO9hOvEmsRERZv-itx524</place_id>
  <plus_code>
   <global_code>4RRH46C6+V6</global_code>
   <compound_code>46C6+V6 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Chophouse Sydney</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>25 Bligh St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8654401</lat>
    <lng>151.2101016</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8668715</lat>
     <lng>151.2088779</lng>
    </southwest>
    <northeast>
     <lat>-33.8641719</lat>
     <lng>151.2115775</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.3</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJZ-VZ30GuEmsRwLVCmEo-B2I</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEB6GmfS8qjARra9ElfvZpvskRpJ4Mr-5LcbS-nSgIT32EGudsWPtYEpi_m2tmOho6jLnUaLj8kbHM65wZHtMygWtwqWOb_MLy1Dzjm8dW90PYxiTvIw1Cz_f42PloxOrPwWA0s4gA_psVouwLMHjgStdijRRAhQQG3dUx3hc93CTQu9</photo_reference>
   <width>5325</width>
   <height>3550</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/106047480665428753229&quot;&gt;A Google User&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>1174</user_ratings_total>
  <place_id>ChIJZ-VZ30GuEmsRwLVCmEo-B2I</place_id>
  <plus_code>
   <global_code>4RRH46M6+R2</global_code>
   <compound_code>46M6+R2 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Ester Restaurant</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>46-52 Meagher St, Chippendale NSW 2008, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8874605</lat>
    <lng>151.2008331</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8888761</lat>
     <lng>151.1994873</lng>
    </southwest>
    <northeast>
     <lat>-33.8861764</lat>
     <lng>151.2021869</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.5</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJ7WdhetixEmsRzIf7Q-q6ocY</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEAoMIMjNyufL4s2Q9OX6WYTJhV6AQwglO9DCeRukUTCglQDQJSiy0GpHswEtMvD-NmX3YUAqkuoqYh9FT-IWtsOzQu_5GL_xoskTuxEHM44cjViAhc8mux0IyMamRYOt-mD_FNgjhG_I-aZLZRNddpOyKTmgGrLMFT9KxgUsaZbom6s</photo_reference>
   <width>3024</width>
   <height>4032</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/105059859896721262581&quot;&gt;Angela Tong&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>956</user_ratings_total>
  <place_id>ChIJ7WdhetixEmsRzIf7Q-q6ocY</place_id>
  <plus_code>
   <global_code>4RRH4672+28</global_code>
   <compound_code>4672+28 Chippendale, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Bentley Restaurant + Bar</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>27 O'Connell St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8652017</lat>
    <lng>151.2088233</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8667190</lat>
     <lng>151.2076581</lng>
    </southwest>
    <northeast>
     <lat>-33.8640194</lat>
     <lng>151.2103577</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.3</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJybJExkGuEmsRmpbxj1gH_-U</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEAI5yU3pPT-zN5-sdEYxOMbm8M8DWd4suLm2rz7QTFoiQzqrCydQDBWXTfURcmzblCVB_9HjrUTZQVdeDf7_rIckOQO_Qi0xKSSWDZeVCy59pCnJbbesPL6d-dbGmJN8_U76e7MeC0toK2PXu6e3pM1jrvWHqivFYn-DrpgnwzvYFa6</photo_reference>
   <width>3024</width>
   <height>3024</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/110444118100375330898&quot;&gt;A Google User&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>4</price_level>
  <user_ratings_total>606</user_ratings_total>
  <place_id>ChIJybJExkGuEmsRmpbxj1gH_-U</place_id>
  <plus_code>
   <global_code>4RRH46M5+WG</global_code>
   <compound_code>46M5+WG Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>LuMi Dining</name>
  <type>bar</type>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>56 Pirrama Rd, Pyrmont NSW 2009, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8668159</lat>
    <lng>151.1973855</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8682553</lat>
     <lng>151.1963434</lng>
    </southwest>
    <northeast>
     <lat>-33.8655556</lat>
     <lng>151.1990431</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.6</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJDZzo5DeuEmsRsi1wzrIp6HY</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEDFfhA9aufUHpBzIKCP4q_DTYX2Yd_wGEJXa2DYC2AQEoyNewXshA6iTnI6LhzxGxmOKs5j7mSHFkWvDhd8nqoUVmLiA9JHsKRyAt-G__GdhTc84HdRE7ieAC66VN0jqbUXX3TmVPI-5cccriWG5BRIRHAU9f90pmNop1Vti6LC8UB5</photo_reference>
   <width>4608</width>
   <height>3456</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/111354624612472023397&quot;&gt;Qing-Ling Tran&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>4</price_level>
  <user_ratings_total>648</user_ratings_total>
  <place_id>ChIJDZzo5DeuEmsRsi1wzrIp6HY</place_id>
  <plus_code>
   <global_code>4RRH45MW+7X</global_code>
   <compound_code>45MW+7X Pyrmont, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>The Malaya</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>39 Lime St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8678060</lat>
    <lng>151.2017201</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8691645</lat>
     <lng>151.2004812</lng>
    </southwest>
    <northeast>
     <lat>-33.8664648</lat>
     <lng>151.2031808</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.5</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJ4U8HhjiuEmsRyevJVTxWbFo</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEAI2M5mDoKxPckPx8RAZLGSXAorNmy1FTuRpWhq6J9FwEz3O6EgZ6AVBKVBeqdb55BUQbvRwRrPfpwS6gLWnEic3ZyF4yhQweZlvTWeAokaJfB9x46B-0fZabajOseLRvWlion1EfNE5NukSnUlCNdBOFhVzla6J9CRqnL6pDYuXUZE</photo_reference>
   <width>884</width>
   <height>885</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/112797482079521405927&quot;&gt;The Malaya&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>1344</user_ratings_total>
  <place_id>ChIJ4U8HhjiuEmsRyevJVTxWbFo</place_id>
  <plus_code>
   <global_code>4RRH46J2+VM</global_code>
   <compound_code>46J2+VM Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Bopp &amp; Tone</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>60 Carrington St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8668185</lat>
    <lng>151.2064637</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8681599</lat>
     <lng>151.2049975</lng>
    </southwest>
    <northeast>
     <lat>-33.8654602</lat>
     <lng>151.2076972</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.7</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJfTxskB6vEmsRXPSIwVlleUA</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uECFiufSe67B2S0vtMycnD_cmcvnWn3pm-buo7d9Kw3i0m5Q4nfLh5k3AdpDSFpGBstplDqp68gNtIOX5JCT8HkTge285MwXRj1FdJliukKmcgidNJhJ_R_5M-fZPOnf5Nsg8gSxyY4Rtj0p_eF4JRK_asuAlTN1EZu1zoWybD8jCXUa</photo_reference>
   <width>1772</width>
   <height>1179</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/103398240624630529212&quot;&gt;Md. Kurban Ali&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>1</price_level>
  <user_ratings_total>689</user_ratings_total>
  <place_id>ChIJfTxskB6vEmsRXPSIwVlleUA</place_id>
  <plus_code>
   <global_code>4RRH46M4+7H</global_code>
   <compound_code>46M4+7H Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Balcón by Tapavino</name>
  <type>bar</type>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>17 Bligh St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8653056</lat>
    <lng>151.2103593</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8667105</lat>
     <lng>151.2090946</lng>
    </southwest>
    <northeast>
     <lat>-33.8640109</lat>
     <lng>151.2117943</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.4</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJTxj0dGquEmsR-6tLuaGJl_M</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uED5N65Dx0XRtnVbIqs9ZJH_4Fq94LbS5SR3d47yO6_4peX8mranc7iQD5PYsoIMhRj2HoM-douYt8NSbLxffI8OA82DBqRH51Ws-UZ4l8sdlsPO_K_bhBHqcHwAlyoiCogOdiWbIQOnNxPSk9uIoN6iw2BiYVMJ6QHL5blDvwMPuex8</photo_reference>
   <width>4192</width>
   <height>2359</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/116762976445257331541&quot;&gt;A Google User&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>615</user_ratings_total>
  <place_id>ChIJTxj0dGquEmsR-6tLuaGJl_M</place_id>
  <plus_code>
   <global_code>4RRH46M6+V4</global_code>
   <compound_code>46M6+V4 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>The Restaurant Pendolino</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>Shop 100/412/414 George St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8694151</lat>
    <lng>151.2071166</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8707651</lat>
     <lng>151.2057950</lng>
    </southwest>
    <northeast>
     <lat>-33.8680655</lat>
     <lng>151.2084947</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.6</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJL1zhdD-uEmsRgDPXKOx1JyU</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEDW1_ot96k5VApQcZXBAVHCx1eUQPDWTeH-0sBvTmeApl3t4sEUkt2AtWLq7Wq8IL9CVGFeahXbUtXJAZHzdITnyUCa-5EG1SeNsOEMWfwiTKoJi50_6hl2FJVHG4BldEoy-gjiLPXfQxSPizoJ9smNrHpY9MJOeOQPGoEnQSCbnFNX</photo_reference>
   <width>2048</width>
   <height>1365</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/115568244243208638832&quot;&gt;The Restaurant Pendolino&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>505</user_ratings_total>
  <place_id>ChIJL1zhdD-uEmsRgDPXKOx1JyU</place_id>
  <plus_code>
   <global_code>4RRH46J4+6R</global_code>
   <compound_code>46J4+6R Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Mercado</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>4 Ash St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8669418</lat>
    <lng>151.2075261</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8682719</lat>
     <lng>151.2062253</lng>
    </southwest>
    <northeast>
     <lat>-33.8655722</lat>
     <lng>151.2089249</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.4</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJCXaGXkCuEmsR_O_xTuWrmT8</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uECysyb1M4tFjho7NYo_zXDvRRoncAcjOCTWTRaHDHyvYqz39a51V1jSRnli1aWRZia5Nj9oA0qyEwwo5EL4Lx9XF8lhCqqHxLrW81zjLdpSZJcgTRXCpl_YX8yGmucIc_T7doIQBbaPoszBcXMmsG9E0QtTDgpJIgXC93MX917qT5wm</photo_reference>
   <width>4774</width>
   <height>3183</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/108000506056576855925&quot;&gt;Mercado&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>572</user_ratings_total>
  <place_id>ChIJCXaGXkCuEmsR_O_xTuWrmT8</place_id>
  <plus_code>
   <global_code>4RRH46M5+62</global_code>
   <compound_code>46M5+62 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Ragazzi Wine and Pasta</name>
  <type>restaurant</type>
  <type>bar</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>1 Angel Pl, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8670308</lat>
    <lng>151.2080670</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8683320</lat>
     <lng>151.2067692</lng>
    </southwest>
    <northeast>
     <lat>-33.8656324</lat>
     <lng>151.2094689</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.4</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJTRnbxc6vEmsRnUOl_URYSvs</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEAnB9av4dExHGCmokuwLR2HELk1Ax5XzRo9twmtSQWKb4a0pf8uOhyZ4K0m8lqzIiTQxoGGD-va1NFK2gngsNtblRy1A2FW0hjXZ5MqgTwN3GyCJZndEG2eXDmtqzkR1DabMAwH8jVBhrRzF4oXF7y0i9unIYhejDXF1H8a3HZOKsbC</photo_reference>
   <width>1500</width>
   <height>1000</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/105392127649390940296&quot;&gt;A Google User&lt;/a&gt;</html_attribution>
  </photo>
  <user_ratings_total>433</user_ratings_total>
  <place_id>ChIJTRnbxc6vEmsRnUOl_URYSvs</place_id>
  <plus_code>
   <global_code>4RRH46M5+56</global_code>
   <compound_code>46M5+56 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Automata Restaurant</name>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>5 Kensington St, Chippendale NSW 2008, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8848073</lat>
    <lng>151.2015895</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8861029</lat>
     <lng>151.2002601</lng>
    </southwest>
    <northeast>
     <lat>-33.8834033</lat>
     <lng>151.2029598</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.4</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJhfcGASeuEmsRmj19JwYiqUo</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEA1LtCMc_9HbRv6x9paQJzlTKUAxhvco4YHpUktm4GqhHuz_6-HRWNycAjjO1XllSMlUmH5iIr_Qf6ucjchixAF0Q9ioU2y-9fbiffNItlivtnY000LENzESXgSeffpsulTegsbIuQX_JhgpmJVGHaj_n__qNStW--Fi8N9k3ZCYOg2</photo_reference>
   <width>4032</width>
   <height>3024</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/106155344778912457393&quot;&gt;IS L&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>474</user_ratings_total>
  <place_id>ChIJhfcGASeuEmsRmj19JwYiqUo</place_id>
  <plus_code>
   <global_code>4RRH4682+3J</global_code>
   <compound_code>4682+3J Chippendale, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Bennelong</name>
  <type>bar</type>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>Bennelong Point, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8567498</lat>
    <lng>151.2152535</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8599259</lat>
     <lng>151.2127784</lng>
    </southwest>
    <northeast>
     <lat>-33.8556911</lat>
     <lng>151.2160785</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.5</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJQcmNYGauEmsR84D5HAJJUhw</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEBN5MfpfIub5bzvSFitY5CC-ES_tPEsSCAXUk80G3sJySzElU5i2mZTJemIQ3RE5pomM-0v14qU5K18Hy8-Rk85OqKwyhuxzwCN12odr4c1QSWeUxQjxaWtPjB1y4smC8ylvvg44WBYdRIsKI-hApZi0H6KL8Q4iqQeYodiCoOntf7u</photo_reference>
   <width>5760</width>
   <height>3840</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/112111459665476218482&quot;&gt;A Google User&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>4</price_level>
  <user_ratings_total>1230</user_ratings_total>
  <place_id>ChIJQcmNYGauEmsR84D5HAJJUhw</place_id>
  <plus_code>
   <global_code>4RRH46V8+84</global_code>
   <compound_code>46V8+84 Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <result>
  <name>Machiavelli</name>
  <type>meal_takeaway</type>
  <type>restaurant</type>
  <type>point_of_interest</type>
  <type>food</type>
  <type>establishment</type>
  <formatted_address>123 Clarence St, Sydney NSW 2000, Australia</formatted_address>
  <geometry>
   <location>
    <lat>-33.8671505</lat>
    <lng>151.2049296</lng>
   </location>
   <viewport>
    <southwest>
     <lat>-33.8685262</lat>
     <lng>151.2036581</lng>
    </southwest>
    <northeast>
     <lat>-33.8658266</lat>
     <lng>151.2063577</lng>
    </northeast>
   </viewport>
  </geometry>
  <rating>4.5</rating>
  <icon>https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png</icon>
  <reference>ChIJgVcAr0CuEmsRJjJm03tgFtE</reference>
  <opening_hours>
   <open_now>false</open_now>
  </opening_hours>
  <photo>
   <photo_reference>Aap_uEAlIr0YADNigunIHOCD0HLmCGbIdYySxTJ9_20JMJrAu1-W1V7fsayi_5og9BCOP7ncnmUJFhsgjipUhCbntAjETKS0BVVyR8Cj12iIMTHgmXcaIH8c87uD8741Duzf49NdouiKyXikvgY7O1cc9LIREW7sGopmKRXdTfbZZpdgMz0X</photo_reference>
   <width>1280</width>
   <height>605</height>
   <html_attribution>&lt;a href=&quot;https://maps.google.com/maps/contrib/110393729963013157229&quot;&gt;Nikhil Kuchroo&lt;/a&gt;</html_attribution>
  </photo>
  <price_level>3</price_level>
  <user_ratings_total>529</user_ratings_total>
  <place_id>ChIJgVcAr0CuEmsRJjJm03tgFtE</place_id>
  <plus_code>
   <global_code>4RRH46M3+4X</global_code>
   <compound_code>46M3+4X Sydney, New South Wales, Australia</compound_code>
  </plus_code>
  <icon_background_color>#FF9E67</icon_background_color>
  <business_status>OPERATIONAL</business_status>
  <icon_mask_base_uri>https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet</icon_mask_base_uri>
 </result>
 <next_page_token>Aap_uEC8n0Fzu2WsA7IqaEJty09klsnvXEYZe0aL8dIiZx3fOOfo1xYHZR00qrq-obJbYY9YRkftL-Pv__rQ-efJHSxv19gDtol2ARoY9wpi0ENg-vUAkDVt2W0mOqDy4Kjz9rm5-tzk6fhKR6r4wbLkdgXbKLuNM7KEhsjspU0RC5jQZa4FK_cM9qeUPx5IkPdAa11b9EJwKPEy-ixe77eXeRbEzDYhC5rhylkoOGbF1mHVJVxr--u-Ihe0YaFogaWDx50BcCcMN-eDetaUBJwXDnzHxtirIRF5C_yFavCzWcFn5TOC_z9Ltc-U0L5zbv3lQ7Z6kfVuOeKp4u5_lEHwfz-LuHyETKE6QwQypJUPS3AS8BFs2pYm9r_ruao6YVYsFfDGs1-9QPsVUeSjCN3NuRvbkA</next_page_token>
</PlaceSearchResponse>

    

PlacesTextSearchResponse

欄位 必填 類型 說明
required 陣列<字串>

可能包含一組關於這個商家資訊的出處資訊,必須向使用者顯示 (部分商家資訊可能沒有出處資訊)。

required 陣列<Place>

包含地點陣列。

Place Search 要求會傳回 Place Details 要求傳回的部分欄位。如果 Place Search 沒有傳回所需的欄位,您可以使用 Place Search 取得 place_id,然後使用該地點 ID 提出 Place Details 要求。

詳情請參閱「地點」。

required PlacesSearchStatus

內含要求的狀態,還可能包含偵錯資訊,方便您追查要求失敗的原因。

詳情請參閱 PlacesSearchStatus

選用 字串

如果服務傳回的狀態碼不是 OK<,回應物件中可能會有額外的 error_message 欄位。這個欄位包含有關指定狀態碼背後原因的詳細資訊。這個欄位不一定會傳回,且內容可能會變更。

選用 陣列<字串>

如果服務傳回要求規格的額外資訊,回應物件中可能會有額外的 info_messages 欄位。只有在要求成功時,系統才會傳回這個欄位。這項屬性不一定會傳回,且內容可能會變更。

選用 字串

內含可用於傳回最多 20 個額外結果的符記。如果沒有其他結果可顯示,系統就不會傳回 next_page_token。最多可傳回 60 個結果。系統發出 next_page_token 後,會經過一小段時間才會生效。

PlacesSearchStatus

服務傳回的狀態碼。

  • OK:表示 API 要求成功。
  • ZERO_RESULTS 表示搜尋成功,但未傳回任何結果。如果搜尋傳遞至遠端位置的 latlng,就可能發生這種情況。
  • INVALID_REQUEST:表示 API 要求格式有誤,通常是因為缺少必要查詢參數 (locationradius)。
  • OVER_QUERY_LIMIT,表示下列任一情況:
    • 您已超過每秒查詢次數限制。
    • 您的帳戶尚未啟用帳單功能。
    • 超過每月 $200 美元的抵免額或自行設定的用量上限。
    • 您提供的付款方式已失效 (例如信用卡已過期)。
    請參閱 地圖常見問題 ,進一步瞭解如何解決這項錯誤。
  • REQUEST_DENIED:表示您的要求遭拒,一般是因為:
    • 要求缺少 API 金鑰。
    • key」參數無效。
  • UNKNOWN_ERROR:表示發生未知錯誤。

地點

描述地點的屬性。並非所有屬性都適用於所有地點類型。

欄位 必填 類型 說明
選用 Array<AddressComponent>

這個陣列包含這個地址適用的各種元件。

詳情請參閱 AddressComponent

選用 字串

adr 微格式表示地點地址。

選用 字串

表示地點的營業狀態 (如果地點為商家)。 如果沒有任何資料,則不會傳回 business_status

The allowed values include: OPERATIONAL, CLOSED_TEMPORARILY, and CLOSED_PERMANENTLY
選用 布林值

指定商家是否支援路邊取餐。

選用 PlaceOpeningHours

包含接下來七天 (包括今天) 的營業時間。時間範圍從要求當天的午夜開始,並在六天後的晚上 11:59 結束。這個欄位包含所有時段的 special_days 子欄位,適用於有例外營業時間的日期。

詳情請參閱 PlaceOpeningHours

選用 布林值

指定商家是否支援外送。

選用 布林值

指定商家是否提供室內或戶外雅座選項。

選用 PlaceEditorialSummary

含有地點摘要。摘要包含文字總覽,以及適用的語言代碼。摘要文字必須照實呈現,不得修改或變更。

詳情請參閱 PlaceEditorialSummary

選用 字串

字串,內含這個地點的人類可讀地址。

這個地址通常等於郵寄地址。請注意,由於授權上的限制,部分國家/地區 (例如英國) 不允許散布真實的郵寄地址。

格式化地址在邏輯上是由一或多個地址元件組成。舉例來說,「111 8th Avenue, New York, NY」這個地址包含以下元件:「111」(門牌號碼)、「8th Avenue」(路名)、「New York」(城市) 和「NY」(美國州名)。

請勿以程式輔助方式剖析格式化地址。建議您改用個別地址元件,API 回應除了包含格式化地址欄位之外,也會包含這些元件。

選用 字串

包含地點的電話號碼 (當地格式)。

選用 Geometry

內含地點的位置和可視區域。

詳情請參閱 Geometry

選用 字串

包含建議圖示的網址,在使用者於地圖上指出這項結果時,系統可能會向使用者顯示該圖示。

選用 字串

包含地點類別的預設十六進位顏色代碼。

選用 字串

包含建議圖示的網址,刪除 .svg.png 檔案類型副檔名。

選用 字串

包含地點的電話號碼 (國際電話號碼格式)。國際電話號碼格式包含國碼,且前置字元為加號 (+)。舉例來說,Google 澳洲雪梨辦公室的 international_phone_number 為 +61 2 9374 4000

選用 字串

包含傳回結果的使用者可解讀名稱。如果是 establishment 結果,這通常是標準化的商家名稱。

選用 PlaceOpeningHours

包含一般營業時間。

詳情請參閱 PlaceOpeningHours

選用 布林值

使用 business_status 取得商家的營業狀態。

選用 陣列<PlacePhoto>

相片物件陣列,每個物件都包含圖片的參照。要求最多可傳回十張相片。如要進一步瞭解地點相片,以及如何在應用程式中使用這些圖片,請參閱「地點相片」說明文件。

詳情請參閱 PlacePhoto

選用 字串

用來識別特定地點的文字 ID,如要擷取地點資訊,請在 Places API 要求的 place_id 欄位中傳遞這個 ID。如要進一步瞭解地點 ID,請參閱地點 ID 總覽

選用 PlusCode

經過編碼的位置參照,衍生自經緯度座標,表示面積不超過 1/8000 度 x 1/8000 度 (在赤道區約 14 公尺 x 14 公尺) 的區域。對於沒有詳細地址的地點,Plus Codes 可用於取代街道地址,例如無編號的建築物或無名街道。請參閱「開放式位置代碼」和「Plus Codes」。

詳情請參閱 PlusCode

選用 數字

地點的價格等級,範圍為 0 到 4。特定值所代表的確切金額會因地區而異。價格等級的解讀方式如下:

  • 0 免費
  • 1 低價位
  • 2 中等
  • 3 Expensive
  • 4 超高價位
選用 數字

包含地點評分 (1.0 到 5.0,根據綜合使用者評論計算)。

選用 字串
選用 布林值

指定地點是否支援訂位。

選用 Array<PlaceReview>

最多包含 5 則評論的 JSON 陣列。評論預設會依關聯性排序。使用 reviews_sort 要求參數控制排序。

  • 如果是 most_relevant (預設),評論會依據關聯性排序,並優先顯示以偏好語言撰寫的評論。
  • newest 中,評論會依時間先後排序,偏好語言不會影響排序方式。

Google 建議向使用者說明結果是否依 most_relevantnewest 排序。

詳情請參閱 PlaceReview

選用 字串
選用 Array<PlaceOpeningHours>

包含未來七天的項目陣列,包括商家次要營業時間的相關資訊。次要營業時間與商家的主要營業時間不同。舉例來說,餐廳可以將得來速或外送時間指定為次要營業時間。這個欄位會填入 type 子欄位,該子欄位會根據地點類型,從預先定義的營業時間類型清單 (例如 DRIVE_THROUGHPICKUPTAKEOUT) 中繪製。這個欄位包含所有時數的 special_days 子欄位,並為有例外時數的日期設定。

詳情請參閱 PlaceOpeningHours

選用 布林值

指定地點是否供應啤酒。

選用 布林值

指定該場所是否供應早餐。

選用 布林值

指定地點是否供應早午餐。

選用 布林值

指定該場所是否供應晚餐。

選用 布林值

指定商家是否供應午餐。

選用 布林值

指定該場所是否供應素食餐點。

選用 布林值

指定地點是否供應葡萄酒。

選用 布林值

指出商家是否支援外帶。

選用 陣列<字串>

包含描述指定結果的特徵類型陣列。請參閱支援類型清單。

選用 字串

包含這個地點的官方 Google 頁面網址。這是 Google 自有的頁面,內含該地點的實用資訊。在向使用者顯示地點詳細結果的任何畫面上,應用程式必須連結或嵌入這個頁面。

選用 數字

這個地點的評論總數 (無論是否包含文字)。

選用 數字

包含這個地點目前時區與世界標準時間的時差 (以分鐘為單位)。舉例來說,如果地點位於澳洲雪梨,且正值日光節約時間,則為 660 (比世界標準時間快 11 小時);如果地點位於加州,且非日光節約時間,則為 -480 (比世界標準時間慢 8 小時)。

選用 字串

如果是場所 (types:["establishment", ...]) 結果),vicinity 欄位會包含地點的簡化地址,包括街道名稱、門牌號碼和縣市,但不含省/州、郵遞區號或國家/地區。

對於所有其他結果,vicinity 欄位會包含結果地址中最窄的政治地圖項目 (types:["political", ...]) 名稱。

這類內容應按原樣讀取。請勿以程式輔助方式剖析格式化地址。

選用 字串

這個地點的官方網站,例如商家的首頁。

選用 布林值

指定該地點是否設有無障礙入口。

PlaceEditorialSummary

含有地點摘要。摘要包含文字總覽,以及這些文字的語言代碼 (如適用)。摘要文字必須照實呈現,不得修改或變更。

欄位 必填 類型 說明
選用 字串

前幾個欄位的語言。不一定會顯示。

選用 字串

地點的文字摘要,長度適中。

PlaceOpeningHours

說明地點營業時間的物件。

欄位 必填 類型 說明
選用 布林值

布林值,指出地點目前是否營業中。

選用 Array<PlaceOpeningHoursPeriod>

涵蓋 7 天的營業時段陣列,從週日開始,按時間順序排列。

詳情請參閱「PlaceOpeningHoursPeriod」。

選用 Array<PlaceSpecialDay>

最多七個項目的陣列,對應未來七天。

詳情請參閱 PlaceSpecialDay

選用 字串

用來識別次要營業時間類型的類型字串 (例如 DRIVE_THROUGHHAPPY_HOURDELIVERYTAKEOUTKITCHENBREAKFASTLUNCHDINNERBRUNCHPICKUPSENIOR_HOURS)。僅適用於 secondary_opening_hours

選用 陣列<字串>

這個地點的營業時間,以使用者容易理解的文字表示。

PlaceOpeningHoursPeriod

欄位 必填 類型 說明
required PlaceOpeningHoursPeriodDetail

包含一組日期和時間物件,用來描述地點的營業時間。

詳情請參閱 PlaceOpeningHoursPeriodDetail

選用 PlaceOpeningHoursPeriodDetail

可能包含一組日期和時間物件,用來描述地點的休息時間。如果地點全年無休,回應中會缺少「關閉」部分。如果用戶端要表示「全年無休」,可以將營業時間設為包含值為 0 的日期和值為 0000 的時間,且不含 close

詳情請參閱 PlaceOpeningHoursPeriodDetail

PlaceSpecialDay

欄位 必填 類型 說明
選用 字串

以 RFC3339 格式表示的日期,時區為地點的當地時區,例如 2010-12-31。

選用 布林值

如果當天有特殊營業時間,則為 True。如果 true,表示當天至少有一項例外情形。例外狀況會導致 current_opening_hourssecondary_opening_hours 的子欄位出現不同值,例如 periodsweekday_textopen_now。例外狀況會套用至營業時間,而營業時間會用於產生其他欄位。

PlaceOpeningHoursPeriodDetail

欄位 必填 類型 說明
required 數字

從 0 到 6 之間的數字,分別代表星期幾 (以週日做為每週起始日)。例如,2 表示週二。

required 字串

可能包含 24 小時 hhmm 格式的時間。值必須介於 0000 到 2359 之間。系統回報的時間是以地點的時區為準。

選用 字串

以 RFC3339 格式表示的日期,時區為地點的當地時區,例如 2010-12-31。

選用 布林值

如果指定時間範圍因七天截斷而遭到截斷,且該時間範圍的開始時間早於要求日期的午夜,和/或結束時間在最後一天的午夜或之後,則為 True。這項屬性表示開放或關閉的期限可超過七天截斷時間。

PlacePhoto

地點的相片。您可以使用 Place Photo API,透過下列模式的網址存取相片:

https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photo_reference=photo_reference&key=YOUR_API_KEY

詳情請參閱「地點相片」。

欄位 必填 類型 說明
required 數字

相片的高度。

required 陣列<字串>

相片的 HTML 來源資訊。

required 字串

執行相片要求時,用來識別相片的字串。

required 數字

相片的寬度。

PlaceReview

使用者提交的地點評論。

欄位 必填 類型 說明
required 字串

提交評論的使用者名稱。匿名評論會歸類為「Google 使用者」。

required 數字

使用者給予這個地點的整體評分 (從 1 到 5 的整數)。

required 字串

以文字形式顯示評論提交時間,相對於目前時間。

required 數字

評論提交時間,以自世界標準時間 1970 年 1 月 1 日午夜起算的時間 (秒) 為單位。

選用 字串

使用者 Google 地圖在地嚮導個人資料的網址 (如有)。

選用 字串

網際網路工程任務組 (IETF) 語言代碼,指出傳回評論的語言。這個欄位只包含主要語言標記,不含表示國家/地區或區域的次要標記。舉例來說,所有英文評論都會標示為「en」,而非「en-AU」或「en-UK」等等。如果只有評分而沒有評論文字,這個欄位會是空白。

選用 字串

網際網路工程任務組 (IETF) 語言代碼,指出評論的原始語言。如果評論經過翻譯,則 original_language != language。這個欄位只包含主要語言標記,不含表示國家/地區或區域的次要標記。舉例來說,所有英文評論都會標示為「en」,而非「en-AU」或「en-UK」等等。如果只有評分而沒有評論文字,這個欄位會是空白。

選用 字串

使用者個人資料相片的網址 (如有)。

選用 字串

使用者的評論。在 Google Places 介面集中評論地點時,使用者不一定要填寫文字評論,因此這個欄位可能會空白。請注意,這個欄位可能包含基本 HTML 標記。例如,實體參照 &amp; 可能代表連字號字元。

選用 布林值

布林值,指出評論是否從原始語言翻譯而來。如果評論經過翻譯 (對應的值為 true),Google 建議您向使用者說明這點。舉例來說,您可以在評論中加入「由 Google 翻譯」字串。

取得其他結果

根據預設,每個回應最多會傳回 20 筆 establishment 結果,但每次搜尋最多可傳回 60 筆結果,分別顯示在三個網頁中。如果搜尋結果超過 20 個,搜尋回應會包含額外值 next_page_token。將 next_page_token 的值傳遞至新要求的 pagetoken 參數,即可查看下一組結果。

  • 如果 next_page_token 為空值或未傳回,則表示沒有其他結果。
  • 使用相同的 next_page_token 重試要求,即可傳回下一頁結果。
  • 設定 pagetoken 會導致系統忽略所有其他參數。
  • 在原始查詢後,你最多可以要求新頁面兩次。
  • 每項要求 (包括使用 next_page_token 的要求) 都會計為用量限制中的一次要求,並單獨收費。
  • next_page_token核發後,會延遲幾秒才會生效。如果要求查看下一頁,但該頁面尚未提供,系統會傳回 INVALID_REQUEST 回應。含有 next_page_token 的要求一律會產生費用。

舉例來說,在下列查詢中,我們搜尋澳洲雪梨達令港附近的餐廳,並依距離排序結果。您可以看到回應包含 next_page_token 屬性。

{
   "html_attributions" : [],
   "next_page_token" : "CpQCAgEAAFxg8o-eU7_uKn7Yqjana-HQIx1hr5BrT4zBaEko29ANsXtp9mrqN0yrKWhf-y2PUpHRLQb1GT-mtxNcXou8TwkXhi1Jbk-ReY7oulyuvKSQrw1lgJElggGlo0d6indiH1U-tDwquw4tU_UXoQ_sj8OBo8XBUuWjuuFShqmLMP-0W59Vr6CaXdLrF8M3wFR4dUUhSf5UC4QCLaOMVP92lyh0OdtF_m_9Dt7lz-Wniod9zDrHeDsz_by570K3jL1VuDKTl_U1cJ0mzz_zDHGfOUf7VU1kVIs1WnM9SGvnm8YZURLTtMLMWx8-doGUE56Af_VfKjGDYW361OOIj9GmkyCFtaoCmTMIr5kgyeUSnB-IEhDlzujVrV6O9Mt7N4DagR6RGhT3g1viYLS4kO5YindU6dm3GIof1Q",
   "results" : [...]
   "status" : "OK"
}

如要查看下一組結果,請提交新查詢,並將 next_page_token 的結果傳遞至 pagetoken 參數。例如:

https://maps.googleapis.com/maps/api/place/nearbysearch/json?pagetoken=CpQCAgEAAFxg8o-eU7_uKn7Yqjana-HQIx1hr5BrT4zBaEko29ANsXtp9mrqN0yrKWhf-y2PUpHRLQb1GT-mtxNcXou8TwkXhi1Jbk-ReY7oulyuvKSQrw1lgJElggGlo0d6indiH1U-tDwquw4tU_UXoQ_sj8OBo8XBUuWjuuFShqmLMP-0W59Vr6CaXdLrF8M3wFR4dUUhSf5UC4QCLaOMVP92lyh0OdtF_m_9Dt7lz-Wniod9zDrHeDsz_by570K3jL1VuDKTl_U1cJ0mzz_zDHGfOUf7VU1kVIs1WnM9SGvnm8YZURLTtMLMWx8-doGUE56Af_VfKjGDYW361OOIj9GmkyCFtaoCmTMIr5kgyeUSnB-IEhDlzujVrV6O9Mt7N4DagR6RGhT3g1viYLS4kO5YindU6dm3GIof1Q&key=YOUR_API_KEY