interface MapExtent {
    extent: Extent;
    visible: boolean;
}

Properties

Properties

extent: Extent
visible: boolean
""