Layer 227
InputPageBlockMap
Input for a map page block: a geo point, zoom level, dimensions, and a caption.
constructor
inputPageBlockMap#574b617f geo:InputGeoPoint zoom:int w:int h:int caption:PageCaption = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Geo | InputGeoPoint | |
| Zoom | int | |
| W | int | |
| H | int | |
| Caption | PageCaption |
Returns
PageBlockGogram Example
// Creating InputPageBlockMap constructor obj := &tg.InputPageBlockMap{ Geo: &tg.InputGeoPoint{Lat: 40.7128, Long: -74.0060}, Zoom: 42, W: 42, H: 42, Caption: &tg.PageCaption{}, }