Interface HonuaMapLayerQueryExtentResponse

interface HonuaMapLayerQueryExtentResponse {
    count?: number;
    extent: null | HonuaExtent;
}

Properties

Properties

count?: number
extent: null | HonuaExtent