Raw.PageBlockMap

Raw.PageBlockMap

A map

pageBlockMap#a44f3ef6 geo:GeoPoint zoom:int w:int h:int caption:PageCaption = PageBlock;
export namespace Raw {
  export class PageBlockMap {
    constructor(params: {
      geo: Raw.TypeGeoPoint;
      zoom: number;
      w: number;
      h: number;
      caption: Raw.TypePageCaption;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xa44f3ef6

Property