RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface CreateMapDto

    Data Transfer Object for creating a new Map.

    interface CreateMapDto {
        heightLimit: number;
        imageUrl: string;
        name: string;
    }
    Index

    Properties

    heightLimit: number

    The height limit of the map.

    imageUrl: string

    URL of the map image.

    name: string

    The name of the map.