Skip to documentation
Anywe

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.

TypeContractAgent may sendPlatform may produceWeb rendererMobile renderer
locationPublishedAllowedNo documented platform producer.LocationBlockLocationBlockView

location

Allowed

A 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.

FieldRequiredPublished constraint
typeYesliteral "location"
latitudeYesnumber · -90–90
longitudeYesnumber · -180–180
labelNostring · 1–200 characters
JSON
{
  "type": "location",
  "latitude": 21.0285,
  "longitude": 105.8542,
  "label": "Noi Bai International Airport"
}

Web preview

Noi Bai International Airport
21.02850, 105.85420
View on map