File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Extra metadata fields can be added to the Feature data.
39
39
]
40
40
},
41
41
"metadata" : {
42
+ "id" : " http://example.org/dJdXXQEA8dWSptgt8" ,
42
43
"label" : " 電気実験室" ,
43
44
"tags" : [" 工学部" ],
44
45
"url" : " https://maps.app.goo.gl/dJdXXQEA8dWSptgt8" ,
@@ -49,12 +50,13 @@ Extra metadata fields can be added to the Feature data.
49
50
50
51
The ` metadata ` field is used to display the label, tags, and URL of the place.
51
52
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 |
58
60
59
61
These fields are used for the popup of the marker and the search function.
60
62
You can’t perform that action at this time.
0 commit comments