map

List buildings

Get a list of the available buildings.

get/map

Response

Successful Operation

namestring

Name of the building

codestring

Shortened building code. Not all buildings have these.

numberinteger

Unique building number

longnumber

Longitude

latnumber

Latitude

Example response

[
  {
    "name": "Edward St. John Learning and Teaching Center",
    "code": "ESJ",
    "number": 226
  }
]

Changes