Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (33 loc) · 977 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 977 Bytes

Building API

Campus building API with geographic location information.

Format

{
  "id":String,
  "code":String,
  "name":String,
  "short_name":String,
  "campus":String,
  "address":{
    "street":String,
    "city":String,
    "province":String,
    "country":String,
    "postal":String
  },
  "lat":Number,
  "lng":Number,
  "polygon":[
    [Number, Number]
  ]
}