java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockMap
- Enclosing class:
- TdApi
A map.
-
Field Summary
Modifier and TypeFieldDescriptionBlock caption.static final int
int
Map height.Location of the map center.int
Map width.int
Map zoom level. -
Constructor Summary
ConstructorDescriptionA map.PageBlockMap
(TdApi.Location location, int zoom, int width, int height, TdApi.PageBlockCaption caption) A map.PageBlockMap
(DataInput input) A map. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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 Location of the map center.zoom
- int Map zoom level.width
- int Map width.height
- int Map height.caption
- PageBlockCaption Block caption.
-
PageBlockMap
A map.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-