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
A map.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBlock caption.static final intIdentifier uniquely determining type of the object.intMap height.Location of the map center.intMap width.intMap zoom level. -
Constructor Summary
ConstructorsConstructorDescriptionA map.PageBlockMap(TdApi.Location location, int zoom, int width, int height, TdApi.PageBlockCaption caption) A map. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
location
Location of the map center. -
zoom
public int zoomMap zoom level. -
width
public int widthMap width. -
height
public int heightMap height. -
caption
Block caption. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-