Skip to content

Commit b85a39e

Browse files
authored
Update README.md
1 parent fb458cd commit b85a39e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Extra metadata fields can be added to the Feature data.
3939
]
4040
},
4141
"metadata": {
42+
"id": "http://example.org/dJdXXQEA8dWSptgt8",
4243
"label": "電気実験室",
4344
"tags": ["工学部"],
4445
"url": "https://maps.app.goo.gl/dJdXXQEA8dWSptgt8",
@@ -49,12 +50,13 @@ Extra metadata fields can be added to the Feature data.
4950

5051
The `metadata` field is used to display the label, tags, and URL of the place.
5152

52-
| Field | Description |
53-
| ---- | ---- |
54-
| label | Label of the place |
55-
| tags | Tags of the place |
56-
| url | URL of the place |
57-
| xywh | XYWH region of the place |
53+
| Field | Description | Required | Format |
54+
| ---- | ---- | ---- | ---- |
55+
| id | URI of the place | False | String |
56+
| label | Label of the place | False | String |
57+
| tags | Tags of the place | False | Array |
58+
| url | URL of the place | False | String |
59+
| xywh | XYWH region of the place | False | String |
5860

5961
These fields are used for the popup of the marker and the search function.
6062

0 commit comments

Comments
 (0)