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
FieldsModifier and TypeFieldDescriptionBlock caption.static final intintMap 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.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. -
caption
Block caption. -
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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-