RichBlockMap
A block with a map, corresponding to the custom HTML tag <tg-map>.
Properties
type
ts
type: "map";Type of the block, always “map”
location
ts
location: Location;Location of the center of the map
zoom
ts
zoom: 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;Map zoom level; 13-20
width
ts
width: number;Expected width of the map
height
ts
height: number;Expected height of the map
caption
ts
caption?: RichBlockCaption;Caption of the block