Class TdApi.PageBlockMap

    • 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.
      • 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.