pageBlockMap
A map
type tg.PageBlockMap struct { /* ... */ }
Implements PageBlock.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Geo | GeoPointClass | yes | Location of the map center |
Zoom | int | yes | Map zoom level; 13-20 |
W | int | yes | Map width in pixels before applying scale; 16-102 |
H | int | yes | Map height in pixels before applying scale; 16-1024 |
Caption | PageCaption | yes | Caption |
References
- Official documentation
- Generated Go reference
- TL definition:
pageBlockMap#a44f3ef6