interface Bounds {
    max: Location;
    min: Location;
}

Properties

Properties