Home > @magiclane/maps-sdk > RectType > toJson

RectType.toJson() method

Signature:

toJson(): {
        x: T;
        y: T;
        width: T;
        height: T;
    };

Returns:

{ x: T; y: T; width: T; height: T; }