Package org.drinkless.tdlib
Class TdApi.PageBlockMap
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.TdApi.PageBlockMap
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockMap extends TdApi.PageBlock
A map.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.PageBlockCaptioncaptionBlock caption.static intCONSTRUCTORIdentifier uniquely determining type of the object.intheightMap height.TdApi.LocationlocationLocation of the map center.intwidthMap width.intzoomMap zoom level.
-
Constructor Summary
Constructors Constructor Description PageBlockMap()A map.PageBlockMap(TdApi.Location location, int zoom, int width, int height, TdApi.PageBlockCaption caption)A map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
location
public TdApi.Location location
Location of the map center.
-
zoom
public int zoom
Map zoom level.
-
width
public int width
Map width.
-
height
public int height
Map height.
-
caption
public TdApi.PageBlockCaption caption
Block caption.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockMap
public PageBlockMap()
A map.
-
PageBlockMap
public PageBlockMap(TdApi.Location location, int zoom, int width, int height, TdApi.PageBlockCaption caption)
A map.- Parameters:
location- Location of the map center.zoom- Map zoom level.width- Map width.height- Map height.caption- Block caption.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-