资源:建筑物
公共 API:Resources.buildings
JSON 表示法 |
---|
{ "buildingId": string, "buildingName": string, "description": string, "coordinates": { object ( |
字段 | |
---|---|
buildingId |
建筑物的唯一标识符。长度上限为 100 个字符。 |
buildingName |
用户在日历中看到的建筑物名称。对客户而言必须是唯一的。例如,"NYC-CHEL"。长度上限为 100 个字符。 |
description |
建筑物的简要说明。例如,“王府井大街”。 |
coordinates |
建筑物中心的地理坐标,以十进制度数表示的纬度和经度。 |
kind |
此资源的种类。 |
etags |
资源的 ETag。 |
floorNames[] |
此建筑物中所有楼层的显示名称。楼层预计将按升序(从最低楼层到最高楼层)进行排序。例如,["B2", "B1", "L", "1", "2", "2M", "3", "PH"] 必须至少包含一个条目。 |
address |
建筑物的邮政地址。如需了解详情,请参阅 |
BuildingCoordinates
公共 API:Resources.buildings
JSON 表示法 |
---|
{ "latitude": number, "longitude": number } |
字段 | |
---|---|
latitude |
纬度(以十进制度数表示)。 |
longitude |
经度(以十进制度为单位)。 |
BuildingAddress
公共 API:Resources.buildings
JSON 表示法 |
---|
{ "regionCode": string, "languageCode": string, "postalCode": string, "administrativeArea": string, "locality": string, "sublocality": string, "addressLines": [ string ] } |
字段 | |
---|---|
regionCode |
必需。地址所在国家/地区的 CLDR 地区代码。 |
languageCode |
可选。此地址内容的 BCP-47 语言代码(如果已知)。 |
postalCode |
可选。地址的邮政编码。 |
administrativeArea |
可选。国家/地区邮政地址中使用的最高行政区划。 |
locality |
可选。一般是指地址的城市/城镇部分。示例:美国的城市、意大利的市镇、英国的邮镇。对于没有明确定义 locality 或者其无法很好地对应这个结构的区域,应将 locality 留空并使用 address_lines。 |
sublocality |
可选。地址的副市级行政区。 |
addressLines[] |
描述详细地址的非结构化地址行。 |
方法 |
|
---|---|
|
删除建筑物。 |
|
检索建筑物。 |
|
插入建筑物。 |
|
检索账号的建筑物列表。 |
|
修补建筑物。 |
|
更新建筑物。 |