Constructor: inputPageBlockMap
Attributes:
| Name | Type | Required |
|---|---|---|
| geo | InputGeoPoint | Optional |
| zoom | int | Yes |
| w | int | Yes |
| h | int | Yes |
| caption | PageCaption | Yes |
Type: PageBlock
Example:
$inputPageBlockMap = ['_' => 'inputPageBlockMap', 'geo' => InputGeoPoint, 'zoom' => int, 'w' => int, 'h' => int, 'caption' => PageCaption];