Interface PageBlockMap

A map. Subtype of PageBlock.

interface PageBlockMap {
    @type: "pageBlockMap";
    caption: PageBlockCaption;
    height: number;
    location: Location;
    width: number;
    zoom: number;
}

Properties

@type: "pageBlockMap"

Block caption.

height: number

Map height.

location: Location

Location of the map center.

width: number

Map width.

zoom: number

Map zoom level.