建筑物信息页面

interface BuildingInfo {
    structId?: string;
    label?: number;
    height?: number;
    accuracy?: number;
    geom?: string;
    center?: string;
}

Properties

structId?: string

建筑物id

label?: number

楼面标记: 1:请求坐标点在楼面内 0:请求坐标点在楼面外

height?: number

建筑物高度

accuracy?: number

准确度

geom?: string

加密后的面

center?: string

加密后的中心点