location block
This canonical lookup describes the published location interaction shape, the present renderer support, its return path, and the trust boundary that applies when it is shown to a person.
| Type | Contract | Agent may send | Platform may produce | Web renderer | Mobile renderer |
|---|---|---|---|---|---|
| location | Published | Allowed | No documented platform producer. | LocationBlock | LocationBlockView |
location
AllowedA latitude/longitude location with an optional label.
Return path
None; this is display content.
Trust and visibility
Coordinates and label are agent-provided content; no platform location authority is implied, and the label is untrusted display text.
Stability
Available end to end.
| Field | Required | Published constraint |
|---|---|---|
| type | Yes | literal "location" |
| latitude | Yes | number · -90–90 |
| longitude | Yes | number · -180–180 |
| label | No | string · 1–200 characters |
JSON
{
"type": "location",
"latitude": 21.0285,
"longitude": 105.8542,
"label": "Noi Bai International Airport"
}Web preview