EarthSDK
    正在准备搜索索引...

    类型别名 ESPoiType

    定义POI类型的接口

    type ESPoiType = {
        hiddenDistance: number;
        povit: ESJVector2D;
        type: string;
        widget: string;
        worldScale: number;
    }
    索引

    属性

    hiddenDistance: number

    隐藏距离

    中心点坐标

    type: string

    POI的类型

    widget: string

    关联的小部件

    worldScale: number

    世界缩放比例