public static class TdApi.PageBlockMap extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.PageBlockCaption |
caption
Block caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
height
Map height.
|
TdApi.Location |
location
Location of the map center.
|
int |
width
Map width.
|
int |
zoom
Map zoom level.
|
Constructor and Description |
---|
PageBlockMap()
A map.
|
PageBlockMap(TdApi.Location location,
int zoom,
int width,
int height,
TdApi.PageBlockCaption caption)
A map.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Location location
public int zoom
public int width
public int height
public TdApi.PageBlockCaption caption
public static final int CONSTRUCTOR
public PageBlockMap()
public PageBlockMap(TdApi.Location location, int zoom, int width, int height, TdApi.PageBlockCaption caption)
location
- Location of the map center.zoom
- Map zoom level.width
- Map width.height
- Map height.caption
- Block caption.public int getConstructor()
getConstructor
in class TdApi.PageBlock