Layer 228
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.InputGeoPointObj{Lat: 40.7128, Long: -74.0060}, Zoom: 42, W: 640, H: 480, Caption: &tg.PageCaptionObj{}, }