Skip to content

Branch Map ​

/library-service?type=2 ​

This page provides a convenient venue search service, allowing users to easily locate the desired location and access relevant information.

Home Page ​

Branch Map

After zooming in on the map, clicking on any venue will display its basic information at the bottom. Branch Map - Venue Basic Information

Venue List ​

Click "Expand List" to enter the venue list page. Branch Map - Venue List

Venue Details ​

Click on any venue to enter the venue details page, displaying information such as the venue address, phone number, and opening hours. Branch Map - Venue Details

API Design ​

For the branch map page, the field definitions for JSON format are as follows. Development only needs to follow the specifications.
The complete JSON format is as follows:

JSON
{
  "//": "圖書館服務-分館地圖",
  "data": [
    {
      "id": "lib-1",
      "name": "BFB臺北市政府借書站(取書期限3日,無法申請請預約延長2日)",
      "area": "信義區",
      "address": {
        "text": "臺北市信義區市府路1號",
        "map": "https://maps.app.goo.gl/Xs8jEHqdEffssejv7"
      },
      "phone": "02-27552823",
      "lat": "25.037491",
      "lng": "121.564088",
      "service_infos": [
        {
          "title": "依臺北市政府開放時間"
        }
      ]
    },
    {
      "id": "lib-2",
      "name": "C21延吉",
      "area": "大安區",
      "address": {
        "text": "臺北市大安區延吉街236巷17號3-4樓",
        "map": "https://maps.app.goo.gl/CDc4f1i6N7cK53556"
      },
      "phone": "0227081964",
      "lat": "25.036840205171266",
      "lng": "121.55728022540654",
      "service_infos": [
        {
          "title": "週二至週六",
          "value": "8:30~21:00"
        },
        {
          "title": "週日、週一",
          "value": "9:00~17:00"
        }
      ]
    },
    {
      "id": "lib-3",
      "name": "B12三興",
      "area": "信義區",
      "address": {
        "text": "臺北市信義區吳興街156巷6號4、5樓",
        "map": "https://maps.app.goo.gl/uRu7CSvHNjqJbMZo6"
      },
      "phone": "0287321063",
      "lat": "25.029304444447725",
      "lng": "121.56162172030848",
      "service_infos": [
        {
          "title": "週二至週六",
          "value": "8:30~21:00"
        },
        {
          "title": "週日、週一",
          "value": "9:00~17:00"
        }
      ]
    },
    {
      "id": "lib-4",
      "name": "B11永春",
      "area": "信義區",
      "address": {
        "text": "臺北市信義區松山路294號3樓",
        "map": "https://maps.app.goo.gl/ahX62UDkFMiXy3xd8"
      },
      "phone": "0227609730",
      "lat": "25.043701651787917",
      "lng": "121.57899765603491",
      "service_infos": [
        {
          "title": "週二至週六",
          "value": "8:30~21:00"
        },
        {
          "title": "週日、週一",
          "value": "9:00~17:00"
        }
      ]
    },
    {
      "id": "lib-5",
      "name": "CFB 信義安和借書站",
      "area": "大安區",
      "address": {
        "text": "臺北市大安區信義路四段212-1號 B1",
        "map": "https://maps.app.goo.gl/mjNuJN6BBez9Gjqq6"
      },
      "phone": "27552823-2104",
      "lat": "25.03416873423933",
      "lng": "121.55257274232868",
      "service_infos": [
        {
          "title": "每日上午6時至晚間12時(依捷運站時間開放)"
        }
      ]
    },
    {
      "id": "lib-6",
      "name": "B13六合",
      "area": "信義區",
      "address": {
        "text": "臺北市信義區松仁路240巷19號3-5樓",
        "map": "https://maps.app.goo.gl/18DFy7nNTbdYMVnZ7"
      },
      "phone": "0227292485",
      "lat": "25.025116176981246",
      "lng": "121.57040911000693",
      "service_infos": [
        {
          "title": "週二至週六",
          "value": "8:30~21:00"
        },
        {
          "title": "週日、週一",
          "value": "9:00~17:00"
        }
      ]
    }
  ]
}

Field Description ​

data ​

The data structure is the same as Library.