1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586{
"surface_id": "surface-map-location",
"surface_version": 1,
"payload": {
"objects": [
{
"beginRendering": {
"root": "root-card",
"surfaceId": "surface-map-location"
}
},
{
"surfaceUpdate": {
"surfaceId": "surface-map-location",
"components": [
{
"id": "root-card",
"component": {
"Card": {
"child": "main-column"
}
}
},
{
"id": "main-column",
"component": {
"Column": {
"alignment": "stretch",
"children": {
"explicitList": [
"title",
"map-view",
"caption"
]
}
}
}
},
{
"id": "title",
"component": {
"Label": {
"text": {
"literalString": "Hotel Location"
},
"variant": "title"
}
}
},
{
"id": "map-view",
"component": {
"Map": {
"latitude": {
"literalNumber": 35.6764
},
"longitude": {
"literalNumber": 139.65
},
"zoom": {
"literalNumber": 13
},
"tileUrlTemplate": {
"literalString": "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
}
}
}
},
{
"id": "caption",
"component": {
"Label": {
"text": {
"literalString": "Pan and zoom to inspect nearby spots."
},
"color": "secondary",
"variant": "caption"
}
}
}
]
}
}
]
}
}0 tokens
Hotel Location
Pan and zoom to inspect nearby spots.