Interface MapStatusMapBound

interface MapStatusMapBound {
    minX: number;
    minY: number;
    maxX: number;
    maxY: number;
}

Properties

Properties

minX: number
minY: number
maxX: number
maxY: number