@magiclane/maps-sdk
    Preparing search index...

    Class RenderableImg

    Represents a renderable image with its dimensions and binary data

    Index

    Constructors

    Properties

    Constructors

    • Creates a new RenderableImg instance

      Parameters

      • width: number

        The width of the image in pixels

      • height: number

        The height of the image in pixels

      • bytes: Uint8Array

        The raw image data

      Returns RenderableImg

    Properties

    bytes: Uint8Array

    The raw image data

    height: number

    The height of the image in pixels

    width: number

    The width of the image in pixels